]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/layouts/site.html.erb
Add SotM ads
[rails.git] / app / views / layouts / site.html.erb
index 813fd50fe1a3499ad31ad1b9020aaffa7e5a9c06..be19d01cc2ed83f9ba469b2d1def749174954840 100644 (file)
         </li>
         <%= yield :left_menu %>
       </ul>
+      <div class='ad-container'>
+        <div class='ads'>
+          <%= ad = [{:image => 'sotm-birmingham-ad.png',
+                     :title => 'State of the Map Birmingham',
+                     :href =>'http://stateofthemap.org/'},
+                    {:image => 'sotm-us-ad.png',
+                     :title => 'State of the Map USA',
+                     :href =>'http://stateofthemap.us/'}].sample
+
+              link_to ad[:href], :title => ad[:title] do
+                image_tag ad[:image], :class => :ad
+              end
+          %>
+        </div>
+      </div>
       <a title="<%= h(t('layouts.make_a_donation.title')) %>" href="http://donate.openstreetmap.org/" class="donate">
         <span><%= h(t('layouts.make_a_donation.text')) %></span>
       </a>