]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/layouts/site.html.erb
Remove SOTM advert
[rails.git] / app / views / layouts / site.html.erb
index abc26677565d4ac6e30b8cc683941e71b8fe5880..d25e9326a1175e14c20fd37f137303627ac85966 100644 (file)
@@ -6,7 +6,7 @@
       <%= link_to(image_tag("osm_logo.png", :size => "16x16", :border => 0, :alt => t('layouts.logo.alt_text')), root_path) %>
       <h1><%= t 'layouts.project_name.h1' %></h1>
     </div>
-    <div id="content" class="<%= params[:controller] %>_<%= params[:action] %>">
+    <div id="content">
       <%= render :partial => "layouts/flash", :locals => { :flash => flash } %>
       <%= yield %>
     </div>
           <%= yield :left_menu %>
         </ul>
       </div>
-      <div id="sotm">
-        <%= link_to image_tag("sotm.png",
-          :alt => t('layouts.sotm2012'),
-          :title => t('layouts.sotm2012'),
-          :border => "0"), "http://stateofthemap.org/register-now/" %>
-      </div>
       <div class="donate">
         <a href="http://donate.openstreetmap.org/" title="<%= h(t('layouts.make_a_donation.title')) %>"><%= h(t('layouts.make_a_donation.text')) %></a>
       </div>