git-annex/templates/sidebar/alert.hamlet
2012-08-08 17:07:38 -04:00

18 lines
507 B
Text

<div .alert .fade .in .#{divclass} :block:.alert-block ##{alertid} :closable:onclick="(function( $ ) { $.get('@{CloseAlert i}') })( jQuery );">
$if closable
<a .close>&times;</a>
$maybe h <- heading
$if block
<h4 .alert-heading>
$case icon
$of Nothing
$of Just name
<i .icon-#{name}></i> #
#{h}
$else
$case icon
$of Nothing
$of Just name
<i .icon-#{name}></i> #
<strong>#{h}</strong> #
#{message}