Sha256: a77992b3bac0bdb4a55df7e7990df7c2b501ee77c88658f192da5cef7398e82f

Contents?: true

Size: 1002 Bytes

Versions: 2

Compression:

Stored size: 1002 Bytes

Contents

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

<p>
  <%= t :change_password_information, :scope => [:clearance, :views, :passwords], :default => 'Your password has been reset. Choose a new password below.' %>
</p>

<%= error_messages_for :user %>

<% form_for(:user,
            :url => user_password_path(@user, :token    => @user.token),
            :html => { :method => :put }) do |form| %>
  <div class="password_field">
    <%= form.label :password %>
    <%= form.password_field :password %>
  </div>
  <div class="password_field">
    <%= form.label :password_confirmation %>
    <%= form.password_field :password_confirmation %>
  </div>
  <div class="submit_field">
    <%= form.submit t(:save_this_password, :scope => [:clearance, :views, :buttons], :default => "Save this 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/edit.html.erb
vita-clearance-0.6.9 app/views/passwords/edit.html.erb