app/views/rails_i18nterface/translate/index.html.erb in rails-i18nterface-0.1.6 vs app/views/rails_i18nterface/translate/index.html.erb in rails-i18nterface-0.1.7
- old
+ new
@@ -23,10 +23,10 @@
</div>
</h1>
<% end %>
<% flash.each do |key, msg| %>
- <div id="<%= key %>"><%= msg %></div>
+ <div class="flash" id="<%= key %>"><%= msg %></div>
<% end %>
</div>
<div id="searchbox">
<%= select_tag(:key_type, options_for_select([["Key contains", 'contains'], ["Key starts with", 'starts_with']], params[:key_type])) %>
\ No newline at end of file