git-annex/templates/sidebar/alert.hamlet

14 lines
413 B
Text
Raw Normal View History

<div .alert .fade .in .#{divclass} :block:.alert-block ##{alertid} :closable:onclick="(function( $ ) { $.get('@{closealert}') })( jQuery );">
2012-07-29 12:39:10 -04:00
$if closable
<a .close data-dismiss="alert">&times;</a>
2012-07-31 03:10:16 -04:00
$case icon
$of Nothing
$of Just name
<i class="icon-#{name}"></i> #
2012-07-29 12:39:10 -04:00
$maybe h <- heading
$if block
<h4 .alert-heading>#{h}</h4> #
2012-07-29 12:39:10 -04:00
$else
2012-08-02 09:08:58 -04:00
<strong>#{h}</strong> #
2012-07-29 12:39:10 -04:00
^{widget}