]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/layouts/site.html.erb
Add auto/manual color scheme stylesheets depending on user preferences
[rails.git] / app / views / layouts / site.html.erb
index 7c921658d46102d54b720eb5deb57a7107f07d9b..dd573d476bcd11b53882bc2f20066693fb7cbc26 100644 (file)
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html lang="<%= I18n.locale %>" dir="<%= dir %>">
+<%= tag.html :lang => I18n.locale, :dir => dir, :data => { :bs_theme => (preferred_site_color_scheme if preferred_site_color_scheme != "auto") } do %>
   <%= render :partial => "layouts/head" %>
   <body class="<%= body_class %>">
     <%= render :partial => "layouts/header" %>
@@ -8,4 +8,4 @@
     <noscript><p><img src="<%= request.protocol %><%= Settings.matomo["location"] %>/matomo.php?idsite=<%= Settings.matomo["site"] %>" class="matomo" alt="" /></p></noscript>
     <% end -%>
   </body>
-</html>
+<% end %>