app/views/roroacms/devise/unlocks/new.html.erb in roroacms-0.0.6.9 vs app/views/roroacms/devise/unlocks/new.html.erb in roroacms-0.0.7
- old
+ new
@@ -1,12 +1,12 @@
-<h2><%= t('.resend_unlock_instructions') %></h2>
-
-<%= form_for(resource, :as => resource_name, :url => unlock_path(resource_name), :html => { method: :post }) do |f| %>
- <%= devise_error_messages! %>
-
- <div><%= f.label :email %><br />
- <%= f.email_field :email %></div>
-
- <div><%= f.submit t('.resend_unlock_instructions') %></div>
-<% end %>
-
+<h2><%= t('.resend_unlock_instructions') %></h2>
+
+<%= form_for(resource, :as => resource_name, :url => unlock_path(resource_name), :html => { method: :post }) do |f| %>
+ <%= devise_error_messages! %>
+
+ <div><%= f.label :email %><br />
+ <%= f.email_field :email %></div>
+
+ <div><%= f.submit t('.resend_unlock_instructions') %></div>
+<% end %>
+
<%= render "devise/shared/links" %>
\ No newline at end of file