- <div class="form-row">
- <%= submit_tag(t('user.terms.agree'), :name => "agree", :id => "agree") %>
- <%= submit_tag(t('user.terms.decline'), :name => "decline", :id => "decline") %>
+ <div class="buttons form-row inner20 clearfix">
+ <p class="deemphasize"><%= t 'user.terms.read and accept' %></p>
+ <%= submit_tag(t('user.terms.agree'), :name => "agree", :id => "agree") %>
+ <%= submit_tag(t('user.terms.decline'), :name => "decline", :id => "decline") %>
+ </div>
+
+ <div class="deemphasize">
+ <p id="contributorGuidance">
+ <%= raw t 'user.terms.guidance',
+ :summary => 'http://www.osmfoundation.org/wiki/License/Contributor_Terms_Summary',
+ :translations => 'http://www.osmfoundation.org/wiki/License/Contributor_Terms/Informal_Translations' %>
+ </p>
+ </div>