Skip to content

Commit

Permalink
add close button on success alert flash
Browse files Browse the repository at this point in the history
  • Loading branch information
lebogan committed Apr 24, 2019
1 parent 4b1d0c0 commit d80489d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file modified config/netlog.db
Binary file not shown.
3 changes: 2 additions & 1 deletion src/views/alerts.slang
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
- case
- when env.flash["success"]?
div.alert.alert-success
div.alert.alert-success.alert-dismissible
button[type="button" class="close" data-dismiss="alert"] == "&times"
== env.flash["success"]?
- when env.flash["info"]?
div.alert.alert-info
Expand Down

0 comments on commit d80489d

Please sign in to comment.