summaryrefslogtreecommitdiff
path: root/app/views/projects/feature_flags/_errors.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/feature_flags/_errors.html.haml')
-rw-r--r--app/views/projects/feature_flags/_errors.html.haml4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/views/projects/feature_flags/_errors.html.haml b/app/views/projects/feature_flags/_errors.html.haml
deleted file mode 100644
index a32245640be..00000000000
--- a/app/views/projects/feature_flags/_errors.html.haml
+++ /dev/null
@@ -1,4 +0,0 @@
-#error_explanation
- .alert.alert-danger
- - @feature_flag.errors.full_messages.each do |message|
- %p= message