Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/_errors.html.haml')
-rw-r--r--app/views/projects/_errors.html.haml4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/views/projects/_errors.html.haml b/app/views/projects/_errors.html.haml
deleted file mode 100644
index 7c8bb33ed7e..00000000000
--- a/app/views/projects/_errors.html.haml
+++ /dev/null
@@ -1,4 +0,0 @@
-- if @project.errors.any?
- .alert.alert-danger
- %button{ type: "button", class: "close", "data-dismiss" => "alert"} ×
- = @project.errors.full_messages.first