diff options
| author | Alfredo Sumaran <alfredo@gitlab.com> | 2016-04-11 16:45:58 -0500 |
|---|---|---|
| committer | Alfredo Sumaran <alfredo@gitlab.com> | 2016-04-11 16:45:58 -0500 |
| commit | 44727525952f22c2234d2991e20f4f4f8bac3221 (patch) | |
| tree | c34babda3b6b6014f8a05870922fe8f4855983cf /app/views/projects/_errors.html.haml | |
| parent | 38a4f5cec6ab85525ab9db1d7d2669a77171f768 (diff) | |
| parent | 7998725e3c2557c04ceece028dd73a316a3a746c (diff) | |
| download | gitlab-ce-issue_14206.tar.gz | |
Merge branch 'master' into issue_14206issue_14206
Diffstat (limited to 'app/views/projects/_errors.html.haml')
| -rw-r--r-- | app/views/projects/_errors.html.haml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/app/views/projects/_errors.html.haml b/app/views/projects/_errors.html.haml index 7c8bb33ed7e..2dba22d3be6 100644 --- a/app/views/projects/_errors.html.haml +++ b/app/views/projects/_errors.html.haml @@ -1,4 +1 @@ -- if @project.errors.any? - .alert.alert-danger - %button{ type: "button", class: "close", "data-dismiss" => "alert"} × - = @project.errors.full_messages.first += form_errors(@project) |
