git-annex/templates/alert.hamlet
Joey Hess 2dc5697a0a add
2012-07-29 12:39:10 -04:00

9 lines
267 B
Text

<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}