We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd934a5 commit 978d6d3Copy full SHA for 978d6d3
1 file changed
app/views/layouts/_flashes.html.haml
@@ -5,6 +5,13 @@
5
%span.fa.fa-info-circle.flashes__icon
6
= flash[:error].html_safe
7
8
+- if flash[:alert].present?
9
+ .flashes.flashes--error
10
+ .container
11
+ .form-container
12
+ %span.fa.fa-info-circle.flashes__icon
13
+ = flash[:alert].html_safe
14
+
15
- if flash[:notice].present?
16
.flashes
17
.container
0 commit comments