Sha256: 6dcee851f6570b0481e5a0285e259ac5688e977c99d584c854239a6f1266e17b
Contents?: true
Size: 1.08 KB
Versions: 2
Compression:
Stored size: 1.08 KB
Contents
.registration .container .row .login-box-wrapper .login-box-title %h2 Password Expired .login-box .brand-logo = form_for(resource, as: resource_name, url: mno_enterprise.user_password_expired_path, :html => { method: :put, class: 'form-horizontal' }) do |f| = devise_error_messages! .row .col-sm-12 = f.password_field :current_password, placeholder: "*Current password", required: true, :class => 'form-control' %br .row .col-sm-12 = f.password_field :password, placeholder: "*New password", required: true, autocomplete: "off", :class => 'form-control' %br .row .col-sm-12 = f.password_field :password_confirmation, placeholder: "*Confirm new password", required: true, autocomplete: "off", :class => 'form-control' %br .row .col-sm-12 .text-center = f.submit "Change my password", class: "btn btn-warning"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mno-enterprise-api-3.4.0 | app/views/devise/password_expired/show.html.haml |
mno-enterprise-api-3.3.3 | app/views/devise/password_expired/show.html.haml |