Skip to content

Commit 978d6d3

Browse files
committed
[fix] Display login error messages
Fixes #28
1 parent bd934a5 commit 978d6d3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

app/views/layouts/_flashes.html.haml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55
%span.fa.fa-info-circle.flashes__icon
66
= flash[:error].html_safe
77

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+
815
- if flash[:notice].present?
916
.flashes
1017
.container

0 commit comments

Comments
 (0)