]> git.openstreetmap.org Git - rails.git/commitdiff
Enable the donation drive message
authorTom Hughes <tom@compton.nu>
Fri, 2 Dec 2011 11:05:43 +0000 (11:05 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 2 Dec 2011 11:05:43 +0000 (11:05 +0000)
app/views/layouts/site.html.erb

index 9e602b193628afb9753357654bf1c64c073fc847..b41bbf37715b8f53ba727eaaa2a0d7be66f23c60 100644 (file)
       </div>
       <% end %>
 
-      <% if false %>
+      <% if true %>
       <div id="donate" class="notice">
-        <%= t 'layouts.donate', :link => "<a href=\"http://donate.openstreetmap.org/\">#{t('layouts.donate_link_text')}</a>" %>
+        <%= raw t 'layouts.donate', :link => "<a href=\"http://donate.openstreetmap.org/\">#{t('layouts.donate_link_text')}</a>" %>
       </div>
       <% end %>