Sha256: ac2f6f5768f243f080bf17711a5c848d37d69cd74ced1ba413e143d4f19c7a56

Contents?: true

Size: 1.22 KB

Versions: 4

Compression:

Stored size: 1.22 KB

Contents

<div class="row">
  <div class="col-lg-4 col-md-6 ml-auto mr-auto">
<%- if options[:metatags] %>
    <h2 class="text-center"><%%= title('Change your password') %></h2>
<% else -%>
    <h2 class="text-center">Change your password</h2>
<%- end %>
    <%%= form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :put }) do |f| %>
      <%%= render "devise/shared/error_messages", resource: resource %>
      <%%= f.hidden_field :reset_password_token %>

      <div class="field">
        <%%= f.label :password, "New password" %><br />
        <%% if @minimum_password_length %>
          <em>(<%%= @minimum_password_length %> characters minimum)</em><br />
        <%% end %>
        <%%= f.password_field :password, autofocus: true, autocomplete: "new-password" %>
      </div>

      <div class="field">
        <%%= f.label :password_confirmation, "Confirm new password" %><br />
        <%%= f.password_field :password_confirmation, autocomplete: "off" %>
      </div>

      <div class="form-group">
        <%%= f.submit "Change my password", class: 'btn btn-primary btn-block btn-lg' %>
      </div>
    <%% end %>
    <div class="text-center">
      <%%= render "devise/shared/links" %>
    </div>
  </div>
</div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
bootstrap_views_generator-0.1.10 lib/generators/bootstrap/templates/devise/erb/passwords/edit.html.erb.tt
bootstrap_views_generator-0.1.9 lib/generators/bootstrap/templates/devise/erb/passwords/edit.html.erb.tt
bootstrap_views_generator-0.1.8 lib/generators/bootstrap/templates/devise/erb/passwords/edit.html.erb.tt
bootstrap_views_generator-0.1.7 lib/generators/bootstrap/templates/devise/erb/passwords/edit.html.erb.tt