X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/6adcce4e5d75fa21dea85742fa36ee3b97247b01..68a40023668ff9af00cd30987015330d2311bd29:/app/views/layouts/_content.html.erb diff --git a/app/views/layouts/_content.html.erb b/app/views/layouts/_content.html.erb index e6e737c21..a4d93cc0e 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 %>