Sha256: 0d4494e5c53cee826571749ef5cc893ad7e14ad3171de73ba77833b09dabf828
Contents?: true
Size: 728 Bytes
Versions: 12
Compression:
Stored size: 728 Bytes
Contents
<div id="login"> <h2><%= active_admin_application.site_title(self) %> <%= title t('active_admin.devise.change_password.title') %></h2> <%= devise_error_messages! %> <%= active_admin_form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :put }) do |f| f.inputs do f.input :password f.input :password_confirmation f.input :reset_password_token, as: :hidden, input_html: { value: resource.reset_password_token } end f.actions do f.action :submit, label: t('active_admin.devise.change_password.submit'), button_html: { value: t('active_admin.devise.change_password.submit') } end end %> <%= render 'active_admin/devise/shared/links' %> </div>
Version data entries
12 entries across 12 versions & 3 rubygems