diff options
Diffstat (limited to 'templates/sidebar/alert.hamlet')
-rw-r--r-- | templates/sidebar/alert.hamlet | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/templates/sidebar/alert.hamlet b/templates/sidebar/alert.hamlet deleted file mode 100644 index c5138d79a..000000000 --- a/templates/sidebar/alert.hamlet +++ /dev/null @@ -1,21 +0,0 @@ -<div .alert .fade .in .#{divclass} :block:.alert-block ##{alertid}> - $if closable - <a .close onclick="(function( $ ) { $.get('@{CloseAlert aid}') })( jQuery );">×</a> - $maybe h <- renderAlertHeader alert - $if block - <h4 .alert-heading> - $maybe i <- alertIcon alert - <i .icon-#{bootstrapIcon i}></i> # - #{h} - $else - $maybe i <- alertIcon alert - <i .icon-#{bootstrapIcon i}></i> # - <strong>#{h}</strong> # - $nothing - $maybe i <- alertIcon alert - <i .icon-#{bootstrapIcon i}></i> # - #{renderAlertMessage alert} - $maybe button <- alertButton alert - <br> - <a .btn .btn-primary href="@{ClickAlert aid}"> - #{buttonLabel button} |