]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/layouts/map.html.erb
Don't rely on body classes so much
[rails.git] / app / views / layouts / map.html.erb
index d5666ed09be0f0b258b0546669696897c648fe9f..6e6caf95c6360cb98da014f713d9262a1af96f62 100644 (file)
@@ -2,6 +2,8 @@
   <%= javascript_include_tag "index" %>
 <% end %>
 
+<% content_for(:body_class) { "map-layout" } %>
+
 <% content_for :content do %>
   <div id="sidebar">
     <%= form_tag url_for(:controller => :geocoder, :action => :search), :id => "search_form" do %>