Sha256: d2e8b34f1583dd6fe8861ef292c3075b759c128ddd29af48b0b0109bd844f5aa

Contents?: true

Size: 1.2 KB

Versions: 50

Compression:

Stored size: 1.2 KB

Contents

<div class="panel panel-primary animated">
  <div class="panel-heading">
    <div class="brandLogin"></div>       
  </div>
  <div class="panel-body">

    <%= form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :put, :class => 'form-horizontal'}) do |f| %>
      <%= devise_error_messages! %>
      <%= f.hidden_field :reset_password_token %>

      <div class="form-group">
        <div class="col-md-12">
          <%= f.password_field :password, autocomplete: "off", :placeholder => t('.new_password'), :class => "form-control", :id => "newPassword" %>
          <i class="fa fa-lock"></i>
        </div>
      </div>

      <div class="form-group">
        <div class="col-md-12">
          <%= f.password_field :password_confirmation, autocomplete: "off", :placeholder => t('.confirm_new_password'), :class => "form-control", :id => "confrimPassword" %>
          <i class="fa fa-lock"></i>
        </div>
      </div>
      <div class="form-group">
          <div class="col-md-12">
            <%= f.submit t('.change_my_password'), :class => 'btn btn-primary btn-block' %>
          </div>
      </div>
      
    <% end %>

    <%= render "devise/shared/links" %>
  </div>
</div>

Version data entries

50 entries across 25 versions & 1 rubygems

Version Path
roroacms-1.0.0 app/views/devise/passwords/edit.html.erb
roroacms-1.0.0 app/views/roroacms/devise/passwords/edit.html.erb
roroacms-0.0.8.6.7 app/views/roroacms/devise/passwords/edit.html.erb
roroacms-0.0.8.6.7 app/views/devise/passwords/edit.html.erb
roroacms-0.0.8.6.6 app/views/roroacms/devise/passwords/edit.html.erb
roroacms-0.0.8.6.6 app/views/devise/passwords/edit.html.erb
roroacms-0.0.8.6.5 app/views/devise/passwords/edit.html.erb
roroacms-0.0.8.6.5 app/views/roroacms/devise/passwords/edit.html.erb
roroacms-0.0.8.6.4 app/views/devise/passwords/edit.html.erb
roroacms-0.0.8.6.4 app/views/roroacms/devise/passwords/edit.html.erb
roroacms-0.0.8.6.3 app/views/devise/passwords/edit.html.erb
roroacms-0.0.8.6.3 app/views/roroacms/devise/passwords/edit.html.erb
roroacms-0.0.8.6.2 app/views/devise/passwords/edit.html.erb
roroacms-0.0.8.6.2 app/views/roroacms/devise/passwords/edit.html.erb
roroacms-0.0.8.6.1 app/views/roroacms/devise/passwords/edit.html.erb
roroacms-0.0.8.6.1 app/views/devise/passwords/edit.html.erb
roroacms-0.0.8.6 app/views/devise/passwords/edit.html.erb
roroacms-0.0.8.6 app/views/roroacms/devise/passwords/edit.html.erb
roroacms-0.0.8.5 app/views/devise/passwords/edit.html.erb
roroacms-0.0.8.5 app/views/roroacms/devise/passwords/edit.html.erb