diff options
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/layouts/_messages.html.haml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/app/views/layouts/_messages.html.haml b/app/views/layouts/_messages.html.haml index 7ff985f..3a2361e 100644 --- a/app/views/layouts/_messages.html.haml +++ b/app/views/layouts/_messages.html.haml @@ -3,4 +3,4 @@      - if msg.is_a?(String)        %div{:class => "alert alert-#{name == :notice ? "success" : "error"}"}          %a.close{"data-dismiss" => "alert"} × -        = content_tag :div, format_flash(msg), :id => "flash_#{name}" +        = content_tag :div, format_flash(msg), :id => "flash_#{name}"
\ No newline at end of file | 
