Sha256: 528910530bdf76bd1c6bfec954fa41bcb30754a08dae185f00c7d46ca396a1cc
Contents?: true
Size: 737 Bytes
Versions: 16
Compression:
Stored size: 737 Bytes
Contents
<section id="forgot-pass"> <section class="forgot-img"> </section> <section class="forgot"> <header> <h2> <%= t('devise.passwords.forgot') %> </h2> <%= form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :post }) do |f| %> <%= devise_error_messages! %> <h4> <%= t('devise.passwords.instructions') %> </h4> </header> <section class="password"> <%= f.label :email %> <%= f.text_field :email, :class => "form_tag" %> <%= f.submit t('action.send'), :class =>"btn" %> <hr class="soften"> <%= render :partial => "devise/shared/links" %> </section> <% end %> </section>
Version data entries
16 entries across 16 versions & 2 rubygems