X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/f74c984a49695df755ed853bc42f1da0fca363e6..a5a4ab8bcc8d605af919069f4e71bd0acb9a82cf:/app/views/layouts/site.html.erb
diff --git a/app/views/layouts/site.html.erb b/app/views/layouts/site.html.erb
index 8239c8c2d..69ac7aa02 100644
--- a/app/views/layouts/site.html.erb
+++ b/app/views/layouts/site.html.erb
@@ -1,120 +1,9 @@
-
+
<%= render :partial => "layouts/head" %>
-
- <%= image_tag "osm_logo.png", :size => "16x16", :alt => t('layouts.logo.alt_text') %>
- <%= t 'layouts.project_name.h1' %>
-
-
-
- <%= link_to(image_tag("osm_logo.png",
- :size => "120x120",
- :alt => t('layouts.logo.alt_text')),
- root_path) %>
-
<%= t 'layouts.project_name.h1' %>
- <%= t('layouts.tag_line') %>
-
- <%= yield :optionals %>
- <% unless @user %>
-
- <% end %>
- <% if STATUS == :database_offline or STATUS == :api_offline %>
-
- <% elsif STATUS == :database_readonly or STATUS == :api_readonly %>
-
- <% end %>
-
-
-
- <%= h(t('layouts.make_a_donation.text')) %>
-
-
-
-
-
-
-
-
- <%= render :partial => "layouts/flash", :locals => { :flash => flash } %>
- <% if content_for? :heading %>
-
- <%= yield :heading %>
-
- <% end %>
-
- <%= yield %>
-
-
+ <%= render :partial => "layouts/header" %>
+ <%= render :partial => "layouts/content" %>
<% if defined?(PIWIK) -%>
<% end -%>