]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/site/copyright.html.erb
Update ActiveRecord queries to use arel
[rails.git] / app / views / site / copyright.html.erb
index eaaf3f3661f4ff9ba8b4e068753f1ad382164ec6..92c84c74525cb57b5b70ed3c134c33995b3f99d3 100644 (file)
@@ -1,4 +1,4 @@
-<p style="float: right">
+<p id="cc_logo">
   <%= link_to(
           image_tag("cc_button.png",
               :alt => t('layouts.license.alt'),
@@ -41,5 +41,5 @@
     <hr />
   <% end %>
 
-  <%= t('license_page.legal_babble') %>
+  <%= raw(t('license_page.legal_babble')) %>
 <% end %>