Sha256: 2e478005225a5bd18bbfb53c381d288e01b45ef2e6c9f822c50119ff7e2357f0

Contents?: true

Size: 883 Bytes

Versions: 3

Compression:

Stored size: 883 Bytes

Contents

<section class="forgotten-box js-forgotten-box" style="opacity: 1;">
  <%= simple_form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :put, class: "forgotten-form" }) do |f| %>
    <%= devise_error_messages! %>
    <%= f.input :reset_password_token, as: :hidden %>
    <%= f.full_error :reset_password_token %>
    <div class="password-wrap">
      <%= f.password_field :password, required: true, class: "password", placeholder: "Password" %>
    </div>
    <div class="password-wrap">
      <%= f.password_field :password_confirmation, required: true, class: "password", placeholder: "Password Confirmation" %>
    </div>
    <%= f.submit "Change my Password", class: "button-save" %>
    <%= link_to "Sign In", new_session_path(resource_name) %>
    <br>
    <%= link_to "Sign Up", new_registration_path(resource_name) %>
  <% end %>
</section>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
storytime-0.0.4 app/views/devise/passwords/edit.html.erb
storytime-0.0.2 app/views/devise/passwords/edit.html.erb
storytime-0.0.1 app/views/devise/passwords/edit.html.erb