Skip to content

Commit

Permalink
[fix] Remove hard-coded debug flashes
Browse files Browse the repository at this point in the history
  • Loading branch information
sman591 committed May 17, 2019
1 parent d00dc28 commit faf2a9a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/views/layouts/manage/_flashes.html.haml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
- flash[:error] = 'This is a special error flash'
- flash[:notice] = 'This is a regular notice flash'

- if flash[:error].present?
.alert.alert-danger.mt-3
%span.fa.fa-exclamation-triangle.icon-space-r-half
Expand Down

0 comments on commit faf2a9a

Please sign in to comment.