Sha256: 67ead38264ff5c0a2c4aa280cb758ccc1786d0b698b61b42bf1b53e6e999bbc5

Contents?: true

Size: 968 Bytes

Versions: 104

Compression:

Stored size: 968 Bytes

Contents

<% content_for :headers do%>
  <%= render :partial => 'layouts/devise_style' %>
<%end%>
<div id="welcome">
  <div id="login" class="block">
    <h2><%= t('devise.passwords.forgot') %></h2>
    <div class="space_center"></div>
    <div class="space_center"></div>
    <%= form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :post }) do |f| %>
      <%= devise_error_messages! %>
      <div class="instructions"><%= t('devise.passwords.instructions') %></div>
      <div class="form_row">
        <div class="form_label"<%= f.label :email %></div>
        <div class="form_field"><%= f.text_field :email, :class => "form_tag" %></div>
      </div>

      <div id="devise_links">
        <%= render :partial => "devise/shared/links" %>
      </div>

      <div class="space_center"></div>
      <div class="btn_login">
        <%= f.submit t('action.send'), :class =>"button" %>
      </div>
    <% end %>
  </div>
</div>

Version data entries

104 entries across 104 versions & 2 rubygems

Version Path
social_stream-1.1.12 base/app/views/devise/passwords/new.html.erb
social_stream-base-1.1.11 app/views/devise/passwords/new.html.erb
social_stream-1.1.11 base/app/views/devise/passwords/new.html.erb
social_stream-base-1.1.10 app/views/devise/passwords/new.html.erb
social_stream-1.1.10 base/app/views/devise/passwords/new.html.erb
social_stream-base-1.1.9 app/views/devise/passwords/new.html.erb
social_stream-1.1.9 base/app/views/devise/passwords/new.html.erb
social_stream-base-1.1.8 app/views/devise/passwords/new.html.erb
social_stream-1.1.8 base/app/views/devise/passwords/new.html.erb
social_stream-base-1.1.7 app/views/devise/passwords/new.html.erb
social_stream-1.1.7 base/app/views/devise/passwords/new.html.erb
social_stream-base-1.1.6 app/views/devise/passwords/new.html.erb
social_stream-1.1.6 base/app/views/devise/passwords/new.html.erb
social_stream-base-1.1.5 app/views/devise/passwords/new.html.erb
social_stream-1.1.5 base/app/views/devise/passwords/new.html.erb
social_stream-base-1.1.4 app/views/devise/passwords/new.html.erb
social_stream-1.1.4 base/app/views/devise/passwords/new.html.erb
social_stream-1.1.3 base/app/views/devise/passwords/new.html.erb
social_stream-base-1.1.3 app/views/devise/passwords/new.html.erb
social_stream-1.1.2 base/app/views/devise/passwords/new.html.erb