Skip to content

Commit

Permalink
build using rails_apps_composer 2.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielKehoe committed Aug 19, 2012
1 parent c7a6f8c commit 8789192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/_messages.html.erb
@@ -1,6 +1,6 @@
<% flash.each do |name, msg| %>
<div class="alert alert-<%= name == :notice ? "success" : "error" %>">
<a class="close" data-dismiss="alert">×</a>
<a class="close" data-dismiss="alert">&#215;</a>
<%= content_tag :div, msg, :id => "flash_#{name}" if msg.is_a?(String) %>
</div>
<% end %>

0 comments on commit 8789192

Please sign in to comment.