X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/6adcce4e5d75fa21dea85742fa36ee3b97247b01..e2cb2327f9e5a3a107dbe249e4fe503cbde45d24:/app/views/layouts/_content.html.erb diff --git a/app/views/layouts/_content.html.erb b/app/views/layouts/_content.html.erb index e6e737c21..cfb8d712c 100644 --- a/app/views/layouts/_content.html.erb +++ b/app/views/layouts/_content.html.erb @@ -1,15 +1,19 @@ -
+
<% if content_for? :content %> <%= yield :content %> <% else %> <%= render :partial => "layouts/flash", :locals => { :flash => flash } %> <% if content_for? :heading %>
- <%= yield :heading %> +
+ <%= yield :heading %> +
<% end %>
- <%= yield %> +
+ <%= yield %> +
<% end %>