<%= @flash[:notice] %>
-<% end %>
+ <% if flash[:notice] %>
+ <%= flash[:notice] %>
+ <% end %>
- <%= @content_for_layout %>
+ <%= yield %>
- X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/d6ebc3f5c183f021db1d05b03ecb1c728bb8ed73..4769eec5aab27cdb0ae6ac1b7bb713da720feb93:/app/views/layouts/site.rhtml diff --git a/app/views/layouts/site.rhtml b/app/views/layouts/site.rhtml index 75bac67ab..f42048b88 100644 --- a/app/views/layouts/site.rhtml +++ b/app/views/layouts/site.rhtml @@ -1,3 +1,4 @@ +
<%= javascript_include_tag 'main.js' %> @@ -10,92 +11,84 @@ + <% if params[:controller] == 'site' and params[:action] == 'index' %> + + <% end %>