This commit is contained in:
Joey Hess 2012-07-29 12:39:10 -04:00
parent e1d4bfe671
commit 2dc5697a0a

9
templates/alert.hamlet Normal file
View file

@ -0,0 +1,9 @@
<div .alert .fade .in .#{divclass} :block:.alert-block ##{alertid}>
$if closable
<a .close data-dismiss="alert" href="#">&times;</a>
$maybe h <- heading
$if block
<h4 class="alert-heading">#{h}</h4>
$else
<strong>#{h}</strong>
^{widget}