summaryrefslogtreecommitdiff
path: root/templates/sidebar/alert.hamlet
blob: 4275931a97778d54a23e4550736f340ddf7accbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<div .alert .fade .in .#{divclass} :block:.alert-block ##{alertid} :closable:onclick="(function( $ ) { $.get('@{closealert}') })( jQuery );">
  $if closable
    <a .close data-dismiss="alert">&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}