Commit 5498e28ab94c77c2f393b8e9cc176059bb291f05

Authored by Rafael Manzo
1 parent 9d94b7e5

Removed blank tab added to devise view

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/devise/unlocks/new.html.erb
1 1 <div class="page-header">
2 2 <h2><%= t('.resend_unlock_instructions', :default => "Resend unlock instructions") %></h2>
3 3 </div>
4   -
  4 +
5 5 <%= form_for(resource, :as => resource_name, :url => unlock_path(resource_name), :html => { :method => :post }) do |f| %>
6 6 <%= devise_error_messages! %>
7 7  
... ...