Skip to content

Commit faf2a9a

Browse files
committed
[fix] Remove hard-coded debug flashes
1 parent d00dc28 commit faf2a9a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/views/layouts/manage/_flashes.html.haml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
- flash[:error] = 'This is a special error flash'
2-
- flash[:notice] = 'This is a regular notice flash'
3-
41
- if flash[:error].present?
52
.alert.alert-danger.mt-3
63
%span.fa.fa-exclamation-triangle.icon-space-r-half

0 commit comments

Comments
 (0)