From 4991ac797b37a539d4d26837351c1f2c3505b58d Mon Sep 17 00:00:00 2001 From: jessib Date: Thu, 11 Jul 2013 12:13:55 -0700 Subject: Slight cleanup due to some emacs annoyances. --- app/views/layouts/_messages.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/views/layouts/_messages.html.haml b/app/views/layouts/_messages.html.haml index 3a2361e..7ff985f 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}" \ No newline at end of file + = content_tag :div, format_flash(msg), :id => "flash_#{name}" -- cgit v1.2.3