]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/site/copyright.html.erb
Mark copyright example image as fluid
[rails.git] / app / views / site / copyright.html.erb
index c17f090af865b9e8338c7c610e23aaa5c836f8b6..7fbf475cece3deb901cd29ee4627ef8963eec1e1 100644 (file)
@@ -78,7 +78,7 @@
     </p>
     <p><%= image_tag("attribution_example.png",
                      :alt => t(".legal_babble.attribution_example.alt"),
-                     :border => 0,
+                     :border => 0, :class => "img-fluid",
                      :title => t(".legal_babble.attribution_example.title")) %></p>
 
     <h3><%= t ".legal_babble.more_title_html" %></h3>
         <%= t ".legal_babble.contributors_fr_credit_html",
               :france => tag.strong(t(".legal_babble.contributors_fr_france")) %>
       </li>
+      <li>
+        <%= t ".legal_babble.contributors_hr_credit_html",
+              :croatia => tag.strong(t(".legal_babble.contributors_hr_croatia")),
+              :dgu_link => link_to(t(".legal_babble.contributors_hr_dgu"),
+                                   t(".legal_babble.contributors_hr_dgu_url")),
+              :open_data_portal => link_to(t(".legal_babble.contributors_hr_open_data_portal"),
+                                           t(".legal_babble.contributors_hr_open_data_portal_url")) %>
+      </li>
       <li>
         <%= t ".legal_babble.contributors_nl_credit_html",
               :netherlands => tag.strong(t(".legal_babble.contributors_nl_netherlands")),