X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/2541ad0f099a934b8ad3c2bdc085c89919407fa0..17445a44da9aaeb24e136c5fc6fc3634e6f10539:/app/views/layouts/site.html.erb?ds=sidebyside diff --git a/app/views/layouts/site.html.erb b/app/views/layouts/site.html.erb index 34738f73b..d4626d143 100644 --- a/app/views/layouts/site.html.erb +++ b/app/views/layouts/site.html.erb @@ -18,6 +18,12 @@
+ <% if flash[:error] %> +
<%= flash[:error] %>
+ <% end %> + <% if flash[:warning] %> +
<%= flash[:warning] %>
+ <% end %> <% if flash[:notice] %>
<%= flash[:notice] %>
<% end %> @@ -115,7 +121,7 @@
<%= t 'layouts.help_wiki' %>
- <%= t 'layouts.news_blog' %>
+ <%= t 'layouts.news_blog' %>
<%= t 'layouts.shop' %>
<%= yield :left_menu %>