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
leather-0.2.12 templates/views/devise/passwords/edit.html.erb
leather-0.2.11 templates/views/devise/passwords/edit.html.erb
leather-0.2.10 templates/views/devise/passwords/edit.html.erb
leather-0.2.9 templates/views/devise/passwords/edit.html.erb
leather-0.2.6 app/views/devise/passwords/edit.html.erb
leather-0.2.5 app/views/devise/passwords/edit.html.erb
leather-0.2.4 app/views/devise/passwords/edit.html.erb
leather-0.2.3 app/views/devise/passwords/edit.html.erb
leather-0.2.2 app/views/devise/passwords/edit.html.erb
leather-0.2.1 app/views/devise/passwords/edit.html.erb
leather-0.2.0 app/views/devise/passwords/edit.html.erb
leather-0.1.2 app/views/devise/passwords/edit.html.erb
leather-0.1.1 app/views/devise/passwords/edit.html.erb
leather-0.1.0 app/views/devise/passwords/edit.html.erb
leather-0.0.10 app/views/devise/passwords/edit.html.erb
leather-0.0.9 app/views/devise/passwords/edit.html.erb
leather-0.0.8 app/views/devise/passwords/edit.html.erb