Sha256: dbf29fbd15c4ae2bf40007585382cd7279ceb1542b94129cbe755859f52fda3b

Contents?: true

Size: 691 Bytes

Versions: 24

Compression:

Stored size: 691 Bytes

Contents

<div id="welcome">
  <div id="login" class="block">
    <h2><%= t('password.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="form_row"><%=t('devise.passwords.field')  %></div>
      <div class="form_row"><%= f.text_field :email %></div>

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

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

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
social_stream-base-0.9.1 app/views/devise/passwords/new.html.erb
social_stream-base-0.9.0 app/views/devise/passwords/new.html.erb
social_stream-base-0.8.2 app/views/devise/passwords/new.html.erb
social_stream-base-0.8.1 app/views/devise/passwords/new.html.erb
social_stream-base-0.8.0 app/views/devise/passwords/new.html.erb
social_stream-base-0.7.11 app/views/devise/passwords/new.html.erb
social_stream-base-0.7.10 app/views/devise/passwords/new.html.erb
social_stream-base-0.7.9 app/views/devise/passwords/new.html.erb
social_stream-base-0.7.8 app/views/devise/passwords/new.html.erb
social_stream-base-0.7.7 app/views/devise/passwords/new.html.erb
social_stream-base-0.7.6 app/views/devise/passwords/new.html.erb
social_stream-base-0.7.5 app/views/devise/passwords/new.html.erb
social_stream-base-0.7.4 app/views/devise/passwords/new.html.erb
social_stream-base-0.7.3 app/views/devise/passwords/new.html.erb
social_stream-base-0.7.2 app/views/devise/passwords/new.html.erb
social_stream-base-0.7.1 app/views/devise/passwords/new.html.erb
social_stream-base-0.7.0 app/views/devise/passwords/new.html.erb
social_stream-base-0.6.8 app/views/devise/passwords/new.html.erb
social_stream-base-0.6.6 app/views/devise/passwords/new.html.erb
social_stream-base-0.6.5 app/views/devise/passwords/new.html.erb