about summary refs log tree commit diff
path: root/app/views/application/_flashes.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/application/_flashes.html.haml')
-rw-r--r--app/views/application/_flashes.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/application/_flashes.html.haml b/app/views/application/_flashes.html.haml
index 63587e777..6f29d315f 100644
--- a/app/views/application/_flashes.html.haml
+++ b/app/views/application/_flashes.html.haml
@@ -1,3 +1,3 @@
 - user_facing_flashes.each do |key, value|
-  .flash-message{class: key}
+  .flash-message{ class: key }
     %strong= value