X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/925d12cc8176414d0f9531832862a5825783d132..628f6149d1c76ac09ebf8dea8d71f86eb9a91dc9:/app/views/confirmations/confirm.html.erb diff --git a/app/views/confirmations/confirm.html.erb b/app/views/confirmations/confirm.html.erb index 879fb8f33..08dea27b6 100644 --- a/app/views/confirmations/confirm.html.erb +++ b/app/views/confirmations/confirm.html.erb @@ -22,13 +22,15 @@ <% else %>
- <%= t ".resend_html", - :reconfirm_link => link_to(t(".click_here"), url_for(:action => "confirm_resend")) %> +
+ <%= t ".if_need_resend" %>
+ <%= bootstrap_form_tag :url => url_for(:action => "confirm_resend") do |f| %> + <%= f.submit t(".resend_button"), :class => "btn btn-outline-primary" %> + <% end %> <% end %>