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

Version Path
social_stream-2.0.4 base/app/views/devise/passwords/new.html.erb
social_stream-base-2.0.4 app/views/devise/passwords/new.html.erb
social_stream-2.0.3 base/app/views/devise/passwords/new.html.erb
social_stream-base-2.0.3 app/views/devise/passwords/new.html.erb
social_stream-2.0.2 base/app/views/devise/passwords/new.html.erb
social_stream-base-2.0.2 app/views/devise/passwords/new.html.erb
social_stream-2.0.1 base/app/views/devise/passwords/new.html.erb
social_stream-base-2.0.1 app/views/devise/passwords/new.html.erb
social_stream-2.0.0 base/app/views/devise/passwords/new.html.erb
social_stream-base-2.0.0 app/views/devise/passwords/new.html.erb
social_stream-2.0.0.beta3 base/app/views/devise/passwords/new.html.erb
social_stream-base-2.0.0.beta3 app/views/devise/passwords/new.html.erb
social_stream-2.0.0.beta2 base/app/views/devise/passwords/new.html.erb
social_stream-base-2.0.0.beta2 app/views/devise/passwords/new.html.erb
social_stream-2.0.0.beta1 base/app/views/devise/passwords/new.html.erb
social_stream-base-2.0.0.beta1 app/views/devise/passwords/new.html.erb