Sha256: 7b804b0f88dc965dc1799cc0ee1761f20f4c790d7d44e30df2ac78dd1a5cbe86

Contents?: true

Size: 477 Bytes

Versions: 7

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

7 entries across 7 versions & 1 rubygems

Version Path
clearance-1.6.0 app/views/passwords/edit.html.erb
clearance-1.5.1 app/views/passwords/edit.html.erb
clearance-1.5.0 app/views/passwords/edit.html.erb
clearance-1.4.3 app/views/passwords/edit.html.erb
clearance-1.4.2 app/views/passwords/edit.html.erb
clearance-1.4.1 app/views/passwords/edit.html.erb
clearance-1.4.0 app/views/passwords/edit.html.erb