Sha256: 91c09d87390175b04336bc7ea678bb470a5f9b1007b5b6061ba369025ab455cd

Contents?: true

Size: 489 Bytes

Versions: 16

Compression:

Stored size: 489 Bytes

Contents

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

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

  <%= form_for :password_reset,
               url: users_password_path(@user, token: @user.password_reset_token),
               html: { method: :put } do |form| %>

      <div class="field">
        <%= form.label :password %>
        <%= form.password_field :password %>
      </div>

      <div class="actions">
        <%= form.submit %>
      </div>

  <% end %>
</div>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
authenticate-0.7.3 app/views/passwords/edit.html.erb
authenticate-0.7.2 app/views/passwords/edit.html.erb
authenticate-0.7.1 app/views/passwords/edit.html.erb
authenticate-0.7.0 app/views/passwords/edit.html.erb
authenticate-0.6.1 app/views/passwords/edit.html.erb
authenticate-0.6.0 app/views/passwords/edit.html.erb
authenticate-0.5.0 app/views/passwords/edit.html.erb
authenticate-0.4.0 app/views/passwords/edit.html.erb
authenticate-0.3.3 app/views/passwords/edit.html.erb
authenticate-0.3.2 app/views/passwords/edit.html.erb
authenticate-0.3.1 app/views/passwords/edit.html.erb
authenticate-0.3.0 app/views/passwords/edit.html.erb
authenticate-0.2.3 app/views/passwords/edit.html.erb
authenticate-0.2.2 app/views/passwords/edit.html.erb
authenticate-0.2.1 app/views/passwords/edit.html.erb
authenticate-0.2.0 app/views/passwords/edit.html.erb