summaryrefslogtreecommitdiff
path: root/app/views/layouts/_flash.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/layouts/_flash.html.haml')
-rw-r--r--app/views/layouts/_flash.html.haml8
1 files changed, 0 insertions, 8 deletions
diff --git a/app/views/layouts/_flash.html.haml b/app/views/layouts/_flash.html.haml
deleted file mode 100644
index cc8ea066cb9..00000000000
--- a/app/views/layouts/_flash.html.haml
+++ /dev/null
@@ -1,8 +0,0 @@
-.flash-container
- - if alert
- .flash-alert
- = alert
-
- - elsif notice
- .flash-notice
- = notice