estimancy/projestimate

View on GitHub
app/views/devise/unlocks/new.html.erb

Summary

Maintainability
Test Coverage
<h2>Resend unlock instructions</h2>
<hr>

<%= simple_form_for(resource, as: resource_name, url: unlock_path(resource_name), html: { method: :post }) do |f| %>
  <%= f.error_notification %>
  <%= f.full_error :unlock_token %>

  <div class="form-inputs">
    <%= f.input :email, required: true, autofocus: true %>
  </div>

  <%= f.button :submit, I18n.t(:label_resend_unlock_instructions) %>
<% end %>

<%= render "devise/shared/links" %>

<div class="login_page">
</div>