diff options
Diffstat (limited to 'templates/sidebar/alert.hamlet')
-rw-r--r-- | templates/sidebar/alert.hamlet | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/sidebar/alert.hamlet b/templates/sidebar/alert.hamlet index 4275931a9..85ff58482 100644 --- a/templates/sidebar/alert.hamlet +++ b/templates/sidebar/alert.hamlet @@ -1,6 +1,6 @@ -<div .alert .fade .in .#{divclass} :block:.alert-block ##{alertid} :closable:onclick="(function( $ ) { $.get('@{closealert}') })( jQuery );"> +<div .alert .fade .in .#{divclass} :block:.alert-block ##{alertid} :closable:onclick="(function( $ ) { $.get('@{CloseAlert i}') })( jQuery );"> $if closable - <a .close data-dismiss="alert">×</a> + <a .close>×</a> $maybe h <- heading $if block <h4 .alert-heading> |