Sha256: 5ce7d3be112261b21fabcbb380904635c9f4249758c2a80bf8fc60bc54a991ef
Contents?: true
Size: 583 Bytes
Versions: 2
Compression:
Stored size: 583 Bytes
Contents
<h2><%= t('.forgot_your_password', default: 'Forgot your password?') %></h2> <%= simple_form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :post }) do |f| %> <%= f.error_notification class: 'alert alert-danger' %> <div class="form-inputs"> <%= f.input :email, autofocus: true, required: true %> </div> <div class="form-actions"> <%= f.button :submit, t('.send_me_reset_password_instructions', default: 'Send me reset password instructions'), class: 'btn btn-primary' %> </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/passwords/new.html.erb |
devise-i18n-bootstrap-0.3.0 | app/views/devise/passwords/new.html.erb |