summaryrefslogtreecommitdiff
path: root/templates/alert.hamlet
blob: 8fa77eac1da9a4eb6f53e3e726cdcb55f0e512a7 (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">&times;</a>
  $maybe h <- heading
    $if block
      <h4 class="alert-heading">#{h}</h4>
    $else
      <strong>#{h}</strong>
  ^{widget}