summaryrefslogtreecommitdiff
path: root/templates/alert.hamlet
blob: bf84482b105c0f28ec3628dc61561895082ff677 (plain)
1
2
3
4
5
6
7
8
9
<div .alert .fade .in .#{divclass} :block:.alert-block ##{alertid} :closable:onclick="(function( $ ) { $.get('@{closealert}') })( jQuery );">
  $if closable
    <a .close data-dismiss="alert" href="#">&times;</a>
  $maybe h <- heading
    $if block
      <h4 class="alert-heading">#{h}</h4>
    $else
      <strong>#{h}</strong>
  ^{widget}