]> git.openstreetmap.org Git - rails.git/commitdiff
Add summary + informal translations links to terms page
authorGrant Slater <openstreetmap@firefishy.com>
Sun, 22 May 2011 14:10:30 +0000 (15:10 +0100)
committerGrant Slater <openstreetmap@firefishy.com>
Sun, 22 May 2011 14:10:30 +0000 (15:10 +0100)
app/views/user/terms.html.erb
config/locales/en.yml

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 %>
index 8fb88491425f07f4cf00822c69c41434b891cd62..5e82b80c878deee767d9466ecd0d71373da66c88 100644 (file)
@@ -1579,6 +1579,10 @@ en:
       consider_pd: "In addition to the above agreement, I consider my contributions to be in the Public Domain"
       consider_pd_why: "what's this?"
       consider_pd_why_url: http://www.osmfoundation.org/wiki/License/Why_would_I_want_my_contributions_to_be_public_domain
+      summary: "Human readable summary in English."
+      summary_url: http://www.osmfoundation.org/wiki/License/Contributor_Terms_Summary
+      translations: "Informal translations / Informelle Übersetzung"
+      translations_url: http://www.osmfoundation.org/wiki/License/Contributor_Terms/Informal_Translations
       agree: Agree
       declined: "http://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined"
       decline: "Decline"