diff options
Diffstat (limited to 'app/views/application')
-rw-r--r-- | app/views/application/_flashes.html.haml | 2 |
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 |