X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2f9291ba5764fe104264ae7e3b6a361e11212e8b..3af16f6337b52546297e7e09a1aba9b0e1df7e15:/app/views/users/terms.html.erb diff --git a/app/views/users/terms.html.erb b/app/views/users/terms.html.erb index a836c8590..a42ccd475 100644 --- a/app/views/users/terms.html.erb +++ b/app/views/users/terms.html.erb @@ -3,22 +3,22 @@ <% end %> <% content_for :heading do %> -

<%= t '.heading' %>

+

<%= t ".heading" %>

<% end %> -<%= form_tag({:action => "save"}, { :class => " inner22 standard-form fillL" }) do %> +<%= form_tag({ :action => "save" }, { :class => " inner22 standard-form fillL" }) do %>
- <% [['france', 'FR'], ['italy', 'IT'], ['rest_of_world', 'GB']].each do |name, legale| %> + <% [["france", "FR"], ["italy", "IT"], ["rest_of_world", "GB"]].each do |name, legale| %>
<% end %> @@ -30,24 +30,24 @@
- (<%= link_to(t('.consider_pd_why'), t('.consider_pd_why_url'), :target => :new)%>) + (<%= link_to(t(".consider_pd_why"), t(".consider_pd_why_url"), :target => :new) %>) - <%= hidden_field_tag('referer', h(params[:referer])) unless params[:referer].nil? %> + <%= hidden_field_tag("referer", h(params[:referer])) unless params[:referer].nil? %>
-

<%= t '.read and accept' %>

- <%= submit_tag(t('.agree'), :name => "agree", :id => "agree") %> - <%= submit_tag(t('.decline'), :name => "decline", :id => "decline") %> +

<%= t ".read and accept" %>

+ <%= submit_tag(t(".agree"), :name => "agree", :id => "agree") %> + <%= submit_tag(t(".decline"), :name => "decline", :id => "decline") %>

- <%= raw t '.guidance', - :summary => 'https://www.osmfoundation.org/wiki/License/Contributor_Terms_Summary', - :translations => 'https://www.osmfoundation.org/wiki/License/Contributor_Terms/Informal_Translations' %> + <%= raw t ".guidance", + :summary => "https://www.osmfoundation.org/wiki/License/Contributor_Terms_Summary", + :translations => "https://www.osmfoundation.org/wiki/License/Contributor_Terms/Informal_Translations" %>