Sha256: 2ad71223b5df72e664ec28b5b5c4937834e82245f507c483986db6e23fa37b7d

Contents?: true

Size: 460 Bytes

Versions: 12

Compression:

Stored size: 460 Bytes

Contents

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

  <p><%= t(".description") %></p>

  <%= form_for :password_reset,
        url: [@user, :password, 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

12 entries across 12 versions & 1 rubygems

Version Path
clearance-2.9.2 app/views/passwords/edit.html.erb
clearance-2.9.1 app/views/passwords/edit.html.erb
clearance-2.9.0 app/views/passwords/edit.html.erb
clearance-2.8.0 app/views/passwords/edit.html.erb
clearance-2.7.2 app/views/passwords/edit.html.erb
clearance-2.7.0 app/views/passwords/edit.html.erb
clearance-2.6.2 app/views/passwords/edit.html.erb
clearance-2.6.1 app/views/passwords/edit.html.erb
clearance-2.6.0 app/views/passwords/edit.html.erb
clearance-2.5.0 app/views/passwords/edit.html.erb
clearance-2.4.0 app/views/passwords/edit.html.erb
clearance-2.3.1 app/views/passwords/edit.html.erb