]> git.openstreetmap.org Git - rails.git/blob - app/views/layouts/_flash.html.erb
Rework the generation of descriptions in the notes RSS feed
[rails.git] / app / views / layouts / _flash.html.erb
1 <% if flash[:error] %>
2   <div id="error" class="flash"><%=image_tag("notice.png", :class => "small_icon", :border=>0)%><%= raw flash[:error] %></div>
3 <% end %>
4
5 <% if flash[:warning] %>
6   <div id="warning" class="flash"><%=image_tag("notice.png", :class => "small_icon", :border=>0)%><%= raw flash[:warning] %></div>
7 <% end %>
8
9 <% if flash[:notice] %>
10   <div id="notice" class="flash"><%=image_tag("notice.png", :class => "small_icon", :border=>0)%><%= raw flash[:notice] %></div>
11 <% end %>