add
This commit is contained in:
parent
e1d4bfe671
commit
2dc5697a0a
1 changed files with 9 additions and 0 deletions
9
templates/alert.hamlet
Normal file
9
templates/alert.hamlet
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<div .alert .fade .in .#{divclass} :block:.alert-block ##{alertid}>
|
||||||
|
$if closable
|
||||||
|
<a .close data-dismiss="alert" href="#">×</a>
|
||||||
|
$maybe h <- heading
|
||||||
|
$if block
|
||||||
|
<h4 class="alert-heading">#{h}</h4>
|
||||||
|
$else
|
||||||
|
<strong>#{h}</strong>
|
||||||
|
^{widget}
|
Loading…
Add table
Add a link
Reference in a new issue