Sha256: bd4b8ef7ee044552b9c9d33f21c05cfd75b7916acc8be34ae2daeb0b8c400ef0

Contents?: true

Size: 1.88 KB

Versions: 14

Compression:

Stored size: 1.88 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("Edit #{resource_name.to_s.humanize}") %></h2>
    <% else -%>
    <h2 class="text-center">Edit <%%= resource_name.to_s.humanize %></h2>
    <%- end %>
    <hr>
    <%%= form_for(resource, as: resource_name, url: registration_path(resource_name), html: { method: :put }) do |f| %>
      <%%= render "devise/shared/error_messages", resource: resource %>
      <div class="form-group">
        <%%= f.label :email %><br />
        <%%= f.email_field :email, class: 'form-control'  %>
      </div>

      <%% if devise_mapping.confirmable? && resource.pending_reconfirmation? %>
        <div>Currently waiting confirmation for: <%%= resource.unconfirmed_email %></div>
      <%% end %>

      <div class="form-group">
        <%%= f.label :password %> <i>(Leave blank if you don't want to change it)</i><br />
        <%%= f.password_field :password, autocomplete: 'off', class: 'form-control'  %>
      </div>
      <div class="form-group">
        <%%= f.label :password_confirmation %><br />
        <%%= f.password_field :password_confirmation, autocomplete: 'off', class: 'form-control'  %>
      </div>
      <div class="form-group">
        <%%= f.label :current_password %> <i>(We need your current password to confirm your changes)</i><br />
        <%%= f.password_field :current_password, autocomplete: 'off', class: 'form-control'  %>
      </div>
      <div class="form-group">
        <%%= f.submit "Update", class: 'btn btn-lg btn-block btn-primary' %>
      </div>
    <%% end %>
    <hr>
    <h2>Cancel my account</h2>
    <p>Unhappy? <%%= button_to 'Cancel my account', registration_path(resource_name), class: 'btn btn-danger', data: { confirm: 'Are you sure? You cannot undo this.' }, method: :delete %></p>
    <%%= link_to "Back", :back %>
    <hr>
  </div>
</div>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
bootstrap_views_generator-0.1.16 lib/generators/bootstrap/templates/devise/erb/registrations/edit.html.erb.tt
bootstrap_views_generator-0.1.15 lib/generators/bootstrap/templates/devise/erb/registrations/edit.html.erb.tt
bootstrap_views_generator-0.1.14 lib/generators/bootstrap/templates/devise/erb/registrations/edit.html.erb.tt
bootstrap_views_generator-0.1.13 lib/generators/bootstrap/templates/devise/erb/registrations/edit.html.erb.tt
bootstrap_views_generator-0.1.12 lib/generators/bootstrap/templates/devise/erb/registrations/edit.html.erb.tt
bootstrap_views_generator-0.1.11 lib/generators/bootstrap/templates/devise/erb/registrations/edit.html.erb.tt
bootstrap_views_generator-0.1.10 lib/generators/bootstrap/templates/devise/erb/registrations/edit.html.erb.tt
bootstrap_views_generator-0.1.9 lib/generators/bootstrap/templates/devise/erb/registrations/edit.html.erb.tt
bootstrap_views_generator-0.1.8 lib/generators/bootstrap/templates/devise/erb/registrations/edit.html.erb.tt
bootstrap_views_generator-0.1.7 lib/generators/bootstrap/templates/devise/erb/registrations/edit.html.erb.tt
bootstrap_views_generator-0.1.6 lib/generators/bootstrap/templates/devise/erb/registrations/edit.html.erb.tt
bootstrap_views_generator-0.1.5 lib/generators/bootstrap/templates/devise/erb/registrations/edit.html.erb.tt
bootstrap_views_generator-0.1.4 lib/generators/bootstrap/templates/devise/erb/registrations/edit.html.erb.tt
bootstrap_views_generator-0.1.3 lib/generators/bootstrap/templates/devise/erb/registrations/edit.html.erb.tt