X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/adb0883d173c18590b66a1ebad1b335c54d3988d..b43f9c47145a14b547a900d9559f9aa3fd0895d1:/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 a370d4b48..049e07ca7 100644 --- a/app/views/user/terms.html.erb +++ b/app/views/user/terms.html.erb @@ -25,7 +25,7 @@ <%= render :partial => "terms" %> -<% form_tag :action => 'save' do %> +<% form_tag({:action => "save"}, { :id => "termsForm" }) do %>

<%= check_box('user', 'consider_pd') %> @@ -38,9 +38,9 @@ <%= hidden_field('user', 'display_name') %> <%= hidden_field('user', 'pass_crypt') %> <%= hidden_field('user', 'pass_crypt_confirmation') %> -

-
<%= t 'user.terms.decline' %>
-
<%= submit_tag(t('user.terms.button'), :class => 'float_right') %>
+
+ <%= submit_tag(t('user.terms.decline'), :name => "decline", :id => "decline") %> + <%= submit_tag(t('user.terms.agree'), :name => "agree", :id => "agree") %>

<% end %>