X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/ea9080ef80bc937af479cb2ab3a258419a832040..a70898be6dde1e9e9f61f90f8dc9b2c18a6f9287:/app/views/layouts/site.html.erb diff --git a/app/views/layouts/site.html.erb b/app/views/layouts/site.html.erb index 5c53d62d3..1e1e23ebb 100644 --- a/app/views/layouts/site.html.erb +++ b/app/views/layouts/site.html.erb @@ -1,154 +1,11 @@ - + <%= render :partial => "layouts/head" %> - -
- <%= link_to(image_tag("osm_logo.png", :size => "16x16", :alt => t('layouts.logo.alt_text')), root_path) %> -

<%= t 'layouts.project_name.h1' %>

-
-
- - <%= yield :optionals %> - <% unless @user %> - - <% end %> - <% if STATUS == :database_offline or STATUS == :api_offline %> - - <% elsif STATUS == :database_readonly or STATUS == :api_readonly %> - - <% end %> - <% if false %> - - <% end %> - - - -
-
- - -
- - -
- <%= render :partial => "layouts/flash", :locals => { :flash => flash } %> - <% if content_for? :heading %> -
- <%= yield :heading %> -
- <% end %> -
- <%= yield %> -
-
- <% if defined?(PIWIK_LOCATION) and defined?(PIWIK_SITE) -%> - + + <%= render :partial => "layouts/header" %> + <%= render :partial => "layouts/content" %> + <% if defined?(PIWIK) -%> + <% end -%>