summaryrefslogtreecommitdiff
path: root/templates/sidebar/alert.hamlet
blob: 84126c3810ddf872b8d7ae1b8c0202e19ffff090 (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">&times;</a>
  $case icon
    $of Nothing
    $of Just name
      <i class="icon-#{name}"></i> #
  $maybe h <- heading
    $if block
      <h4 class="alert-heading">#{h}</h4>
    $else
      <strong>#{h}</strong>
  ^{widget}