X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/f74c984a49695df755ed853bc42f1da0fca363e6..18409c05ab43a2f818f6db911ae383eb0ebfb07d:/app/views/layouts/site.html.erb
diff --git a/app/views/layouts/site.html.erb b/app/views/layouts/site.html.erb
index 8239c8c2d..f02f024a5 100644
--- a/app/views/layouts/site.html.erb
+++ b/app/views/layouts/site.html.erb
@@ -1,122 +1,14 @@
-
+<%= tag.html :lang => I18n.locale,
+ :dir => dir,
+ :data => { :bs_theme => (preferred_color_scheme(:site) if preferred_color_scheme(:site) != "auto") } do %>
<%= 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 %>
-
-
- <% if defined?(PIWIK) -%>
-
+ <%= tag.body :class => body_class,
+ :data => { :map_theme => (preferred_color_scheme(:map) if preferred_color_scheme(:map) != "auto") } do %>
+ <%= render :partial => "layouts/header" %>
+ <%= render :partial => "layouts/content" %>
+ <% if defined?(Settings.matomo) -%>
+
<% end -%>
-
-
+ <% end %>
+<% end %>