X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/4469c9f5e599ab4dc2e92c9240d261c0ab25fbb7..c40e999fe079c45178b3bce096b54d8957a7141d:/app/views/accounts/pd_declarations/show.html.erb?ds=sidebyside diff --git a/app/views/accounts/pd_declarations/show.html.erb b/app/views/accounts/pd_declarations/show.html.erb index 6b8aaa609..ad314feaa 100644 --- a/app/views/accounts/pd_declarations/show.html.erb +++ b/app/views/accounts/pd_declarations/show.html.erb @@ -3,9 +3,12 @@ <% end %> <%= bootstrap_form_tag do |f| %> - <%= f.check_box :consider_pd, - :label => t(".consider_pd"), - :autocomplete => :off, - :checked => current_user.consider_pd, - :disabled => current_user.consider_pd %> + <%= f.form_group :help => link_to(t(".consider_pd_why"), t(".consider_pd_why_url"), :target => :new) do %> + <%= f.check_box :consider_pd, + :label => t(".consider_pd"), + :autocomplete => :off, + :checked => current_user.consider_pd, + :disabled => current_user.consider_pd %> + <% end %> + <%= f.primary t(".confirm"), :disabled => current_user.consider_pd %> <% end %>