Sha256: 60726665a356f66b8f99bfa5937d18cba9d9b0c1d4ab60953383ea885bf7c6b9

Contents?: true

Size: 652 Bytes

Versions: 5

Compression:

Stored size: 652 Bytes

Contents

<%= devise_error_messages! :class => 'centered w30' %>

<div class="box centered w30">
    
<%= form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :post }) do |f| %>
  <h2><%= t("forgot_your_password", :default => "Forgot your password?") %></h2>
  
  <hr class="shadow"/>
  
  <div class="field w30">
    <%= f.label :email, t("email", default: "Email") %>
    <%= f.email_field :email %>
  </div>

  <div class="actions">
    <button type="submit" class="white"><%= t("send_me_reset_password_instructions", :default => "Send me reset password instructions") %></button>
  </div>
  
<% end %>

</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
instedd-rails-0.0.27 app/views/devise/passwords/new.html.erb
instedd-rails-0.0.26 app/views/devise/passwords/new.html.erb
instedd-rails-0.0.25 app/views/devise/passwords/new.html.erb
instedd-rails-0.0.24 app/views/devise/passwords/new.html.erb
instedd-rails-0.0.23 app/views/devise/passwords/new.html.erb