:before => update_page do |page|
page.replace_html 'contributorTerms', image_tag('searching.gif')
end,
- :url => {:legale => legale, :has_decline => @user.new_record?}
+ :url => {:legale => legale}
)
%>
<%= label_tag "legale_#{legale}", t('user.terms.legale_names.' + name) %>
<% end %>
<div id="contributorTerms">
- <%= render :partial => "terms", :locals => { :has_decline => @user.new_record? } %>
+ <%= render :partial => "terms" %>
</div>
<% form_tag({:action => "save"}, { :id => "termsForm" }) do %>
<%= hidden_field('user', 'openid_url') %>
<% end %>
<div id="buttons">
- <% if @user.new_record? %>
- <%= submit_tag(t('user.terms.decline'), :name => "decline", :id => "decline") %>
- <% end %>
+ <%= submit_tag(t('user.terms.decline'), :name => "decline", :id => "decline") %>
<%= submit_tag(t('user.terms.agree'), :name => "agree", :id => "agree") %>
</div>
</p>
+ <br clear="all" />
+ <p id="contributorGuidance"><%= 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>
<% end %>