Dismissable alert notifications on account page
This commit is contained in:
@ -2,11 +2,13 @@ extends layout
|
|||||||
|
|
||||||
block content
|
block content
|
||||||
if error.length
|
if error.length
|
||||||
.alert.alert-danger
|
.alert.alert-danger.fade.in
|
||||||
p= error
|
button.close(type='button', data-dismiss='alert', aria-hidden='true') ×
|
||||||
|
= error
|
||||||
if success.length
|
if success.length
|
||||||
.alert.alert-success
|
.alert.alert-success.fade.in
|
||||||
p= success
|
button.close(type='button', data-dismiss='alert', aria-hidden='true') ×
|
||||||
|
= success
|
||||||
|
|
||||||
ul.nav.nav-tabs#myTab
|
ul.nav.nav-tabs#myTab
|
||||||
li.active
|
li.active
|
||||||
|
Reference in New Issue
Block a user