X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/972278a223ac07b7a1f4c431706972b13ee76ef0..c8f8dbca19f9f1ed3539f93e1785d4de70f2b093:/app/views/user/terms.html.erb?ds=sidebyside diff --git a/app/views/user/terms.html.erb b/app/views/user/terms.html.erb index daa4396ff..d51e52b5f 100644 --- a/app/views/user/terms.html.erb +++ b/app/views/user/terms.html.erb @@ -1,72 +1,45 @@ -
<%= t 'user.terms.press accept button' %>
- - -<% form_tag :action => 'terms' do %> -<%= t 'user.terms.legale_select' %>
- <% [['france', 'FR'], ['italy', 'IT'], ['rest_of_world', 'GB']].each do |name,legale| %> - <%= radio_button_tag 'legale', legale, @legale == legale %> - <%= label_tag "legale_#{legale}", t('user.terms.legale_names.' + name) %><%= @text['intro'] %>
-<%= @text['section_1'] %>
-<%= @text['section_2'] %>
-<%= @text['section_3'] %>
-<%= @text['active_defn_1'] %>
-<%= @text['active_defn_2'] %>
-<%= @text['section_4'] %>
-<%= @text['section_5'] %>
-<%= @text['section_6'] %>
-<%= @text['section_6_1'] %>
<%= @text['section_6_2'] %>
<%= @text['section_7'] %>
-- - <%= check_box('user', 'consider_pd') %> - (<%= link_to(t('user.terms.consider_pd_why'), t('user.terms.consider_pd_why_url'), :target => :new)%>) -
-+
<%= t 'user.terms.read and accept' %>
+ + + <%= form_tag :action => 'terms' do %> +<%= t 'user.terms.legale_select' %>
+ + <% end %> ++ + <%= check_box('user', 'consider_pd') %> + (<%= link_to(t('user.terms.consider_pd_why'), t('user.terms.consider_pd_why_url'), :target => :new)%>) +
<%= hidden_field_tag('referer', h(params[:referer])) unless params[:referer].nil? %> - <%= hidden_field('user', 'email') %> - <%= hidden_field('user', 'email_confirmation') %> - <%= hidden_field('user', 'display_name') %> - <%= hidden_field('user', 'pass_crypt') %> - <%= hidden_field('user', 'pass_crypt_confirmation') %> -<%= 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' %>
+ <% end %> +