Fix email submission flow for suppliers

This commit is contained in:
2013-01-21 09:19:42 +01:00
parent 702bd41ee4
commit 4fd4fa3a85
3 changed files with 16 additions and 6 deletions
@@ -1,4 +1,4 @@
<h2>Resend confirmation instructions</h2>
<h2>Struur opnieuw bevestigingsinstructies</h2>
<%= form_for(resource, :as => resource_name, :url => confirmation_path(resource_name), :html => { :method => :post }) do |f| %>
<%= devise_error_messages! %>
@@ -6,7 +6,7 @@
<div><%= f.label :email %><br />
<%= f.email_field :email %></div>
<div><%= f.submit "Resend confirmation instructions" %></div>
<div><%= f.submit "Stuur opnieuw bevestigingsinstructies" %></div>
<% end %>
<%= render "links" %>
<%= render "links" %>