andy_admin 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
@@ -30,9 +30,9 @@
|
|
30
30
|
<%% end %>
|
31
31
|
</ul>
|
32
32
|
</div>
|
33
|
-
<%%= content_tag(:div, "<span>close</span>" + flash[:notice], :class => "flash_notice") if flash[:notice] %>
|
34
|
-
<%%= content_tag(:div, "<span>close</span>" + flash[:error], :class => "flash_error") if flash[:error] %>
|
35
|
-
<%%= content_tag(:div, "<span>close</span>" + flash[:warning], :class => "flash_warning") if flash[:warning] %>
|
33
|
+
<%%= content_tag(:div, "<span>close</span>".html_safe + flash[:notice], :class => "flash_notice") if flash[:notice] %>
|
34
|
+
<%%= content_tag(:div, "<span>close</span>".html_safe + flash[:error], :class => "flash_error") if flash[:error] %>
|
35
|
+
<%%= content_tag(:div, "<span>close</span>".html_safe + flash[:warning], :class => "flash_warning") if flash[:warning] %>
|
36
36
|
<div id='sidebar'>
|
37
37
|
<%%= yield(:sidebar) %>
|
38
38
|
</div>
|