Sha256: e65f91b6580a603934ef564565901f8e5e886b4dc744a3317aa0862a6487cee3
Contents?: true
Size: 584 Bytes
Versions: 2
Compression:
Stored size: 584 Bytes
Contents
<h2><%= t('.resend_unlock_instructions', default: 'Resend unlock instructions') %></h2> <%= simple_form_for(resource, as: resource_name, url: unlock_path(resource_name), html: { method: :post }) do |f| %> <%= f.error_notification class: 'alert alert-danger' %> <%= f.full_error :unlock_token %> <div class="form-inputs"> <%= f.input :email, autofocus: true, required: true %> </div> <div class="form-actions"> <%= f.button :submit, t('.resend_unlock_instructions', default: 'Resend unlock instructions') %> </div> <% end %> <%= render 'devise/shared/links' %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
devise-i18n-bootstrap-0.3.1 | app/views/devise/unlocks/new.html.erb |
devise-i18n-bootstrap-0.3.0 | app/views/devise/unlocks/new.html.erb |