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