Sha256: b7d6dd16aed96f35de26d0ef862b9af1c5e871b506d39d334b71ef3f94aa480e

Contents?: true

Size: 706 Bytes

Versions: 2

Compression:

Stored size: 706 Bytes

Contents

<h2><%= t :change_password, :scope => [:clearance, :views, :passwords], :default => 'Change your password' %></h2>

<p>
  <%= t :new_password_information, :scope => [:clearance, :views, :passwords], :defualt => 'We will email you a link to change your password.' %>
</p>

<% form_for :password, :url => passwords_path do |form| %>
  <div class="text_field">
    <%= form.label :email %>
    <%= form.text_field :email %>
  </div>
  <div class="submit_field">
    <%= form.submit t(:reset_password, :scope => [:clearance, :views, :buttons], :defaul => 'Reset password'),
										:disable_with => t(:please_wait, :scope => [:clearance, :views, :buttons], :default => "Please wait...") %>
  </div>
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
vita-clearance-0.6.9.2 app/views/passwords/new.html.erb
vita-clearance-0.6.9 app/views/passwords/new.html.erb