Sha256: cbbf002c807cef132fef1f40d03b06106e62137a40dcbfeb94f21bbc90de1d15

Contents?: true

Size: 477 Bytes

Versions: 9

Compression:

Stored size: 477 Bytes

Contents

<div id='clearance' class='password-reset'>
  <h2><%= t '.title' %></h2>

  <p><%= t '.description' %></p>

  <%= form_for :password_reset,
        :url => user_password_path(@user, :token => @user.confirmation_token),
        :html => { :method => :put } do |form| %>
    <div class='password-field'>
      <%= form.label :password %>
      <%= form.password_field :password %>
    </div>

    <div class='submit-field'>
      <%= form.submit %>
    </div>
  <% end %>
</div>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
clearance-1.3.0 app/views/passwords/edit.html.erb
clearance-1.2.1 app/views/passwords/edit.html.erb
clearance-1.2.0 app/views/passwords/edit.html.erb
clearance-1.1.0 app/views/passwords/edit.html.erb
clearance-1.0.1 app/views/passwords/edit.html.erb
clearance-1.0.0 app/views/passwords/edit.html.erb
clearance-1.0.0.rc8 app/views/passwords/edit.html.erb
clearance-1.0.0.rc7 app/views/passwords/edit.html.erb
clearance-1.0.0.rc6 app/views/passwords/edit.html.erb