Sha256: 405399735d669f351c9e3b07faceed6992b2b964160d366a9ba0d74b8803557a

Contents?: true

Size: 467 Bytes

Versions: 21

Compression:

Stored size: 467 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

21 entries across 21 versions & 1 rubygems

Version Path
clearance-2.3.0 app/views/passwords/edit.html.erb
clearance-2.2.1 app/views/passwords/edit.html.erb
clearance-2.2.0 app/views/passwords/edit.html.erb
clearance-2.1.0 app/views/passwords/edit.html.erb
clearance-2.0.0 app/views/passwords/edit.html.erb
clearance-2.0.0.beta2 app/views/passwords/edit.html.erb
clearance-2.0.0.beta1 app/views/passwords/edit.html.erb
clearance-1.17.0 app/views/passwords/edit.html.erb
clearance-1.16.2 app/views/passwords/edit.html.erb
clearance-1.16.1 app/views/passwords/edit.html.erb
clearance-1.16.0 app/views/passwords/edit.html.erb
clearance-1.15.1 app/views/passwords/edit.html.erb
clearance-1.15.0 app/views/passwords/edit.html.erb
clearance-1.14.2 app/views/passwords/edit.html.erb
clearance-1.14.1 app/views/passwords/edit.html.erb
clearance-1.14.0 app/views/passwords/edit.html.erb
clearance-1.13.0 app/views/passwords/edit.html.erb
clearance-1.12.1 app/views/passwords/edit.html.erb
clearance-1.12.0 app/views/passwords/edit.html.erb
clearance-1.11.0 app/views/passwords/edit.html.erb