]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/confirmations/confirm.html.erb
Merge remote-tracking branch 'upstream/pull/5461'
[rails.git] / app / views / confirmations / confirm.html.erb
index 7350f86287494a9e4af12fc15c4bff07f35bbd06..08dea27b633e7b14a823d80fa26db567aa4e0356 100644 (file)
 <% else %>
   <h1>
     <%= t ".introduction_1" %>
-    <span class="text-muted">
+    <span class="text-body-secondary">
       <%= t ".introduction_2" %>
     </span>
   </h1>
 
-  <p class='text-muted'><%= t ".reconfirm_html",
-                              :reconfirm => url_for(:action => "confirm_resend") %></p>
+  <p class='text-body-secondary'>
+    <%= t ".if_need_resend" %>
+  </p>
+  <%= bootstrap_form_tag :url => url_for(:action => "confirm_resend") do |f| %>
+    <%= f.submit t(".resend_button"), :class => "btn btn-outline-primary" %>
+  <% end %>
 <% end %>