blob: 9377518195bab39bc126961eaa6bba887928abc3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<div .alert .fade .in .#{divclass} :block:.alert-block ##{alertid} :closable:onclick="(function( $ ) { $.get('@{closealert}') })( jQuery );">
$if closable
<a .close data-dismiss="alert">×</a>
$case icon
$of Nothing
$of Just name
<i class="icon-#{name}"></i> #
$maybe h <- heading
$if block
<h4 .alert-heading>#{h}</h4> #
$else
<strong>#{h}</strong> #
^{widget}
|