]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/user/terms.html.erb
Add summary + informal translations links to terms page
[rails.git] / app / views / user / terms.html.erb
index 5160716d16abf14aa713daf5639933e30fee6934..d6bbd16f55dcd423a4c2bfa701298ed00a963201 100644 (file)
       <%= submit_tag(t('user.terms.agree'), :name => "agree", :id => "agree") %>
     </div>
   </p>
+  <br clear="all" />
+  <hr />
+  <p>
+    <ul>
+      <li><%= link_to(t('user.terms.summary'), t('user.terms.summary_url'), :target => :new)%></li>
+      <li><%= link_to(t('user.terms.translations'), t('user.terms.translations_url'), :target => :new)%></li>
+    </ul>
+  </p>
 <% end %>