Sha256: ad9460f192514cb8d3e50bd0ed01f05ac0b28c52658682573a39743d699733e1

Contents?: true

Size: 1018 Bytes

Versions: 57

Compression:

Stored size: 1018 Bytes

Contents

<div class="container">
  <div class="row">
    <div class="col-md-6 col-md-offset-3">
      <%= render "devise/shared/welcome", subtitle: "Change your password." %>
      
      <%= form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :put }) do |f| %>
        <%= devise_error_messages! %>
        <%= f.hidden_field :reset_password_token %>

        <div class="form-group" >
          <%= f.label :password, "New password" %>
          <%= f.password_field :password, autofocus: true, autocomplete: "off", class: "form-control" %>
        </div>

        <div class="form-group" >
          <%= f.label :password_confirmation, "Confirm new password" %>
          <%= f.password_field :password_confirmation, autocomplete: "off", class: "form-control" %>
        </div>

        <div class="actions">
          <%= f.submit "Send instructions", class: "btn btn-default" %>
        </div>
      <% end %>
      
      <%= render "devise/shared/links" %>
    </div>
  </div>
</div>

Version data entries

57 entries across 48 versions & 2 rubygems

Version Path
leather2-3.5.3 test/dummy/app/views/devise/passwords/edit.html.erb
leather2-3.5.3 templates/views/devise/passwords/edit.html.erb
leather-3.5.2 templates/views/devise/passwords/edit.html.erb
leather-3.5.2 test/dummy/app/views/devise/passwords/edit.html.erb
leather-3.5.1 test/dummy/app/views/devise/passwords/edit.html.erb
leather-3.5.1 templates/views/devise/passwords/edit.html.erb
leather-3.5.0 templates/views/devise/passwords/edit.html.erb
leather-3.5.0 test/dummy/app/views/devise/passwords/edit.html.erb
leather-3.3.5 test/dummy/app/views/devise/passwords/edit.html.erb
leather-3.3.5 templates/views/devise/passwords/edit.html.erb
leather-3.3.4.1 templates/views/devise/passwords/edit.html.erb
leather-3.3.4.1 test/dummy/app/views/devise/passwords/edit.html.erb
leather-3.3.4 test/dummy/app/views/devise/passwords/edit.html.erb
leather-3.3.4 templates/views/devise/passwords/edit.html.erb
leather-3.3.3.4 test/dummy/app/views/devise/passwords/edit.html.erb
leather-3.3.3.4 templates/views/devise/passwords/edit.html.erb
leather-3.3.3.3 templates/views/devise/passwords/edit.html.erb
leather-3.3.3.3 test/dummy/app/views/devise/passwords/edit.html.erb
leather-3.3.3.2 test/dummy/app/views/devise/passwords/edit.html.erb
leather-3.3.3.1 test/dummy/app/views/devise/passwords/edit.html.erb