Sha256: 17b726b94e610f80bedd55e11773ee3ed4a3d093bc35a2cdfc296bc0fcae688b
Contents?: true
Size: 717 Bytes
Versions: 14
Compression:
Stored size: 717 Bytes
Contents
<div id="login"> <h2><%= render_or_call_method_or_proc_on(self, active_admin_application.site_title) %> - <%= title t('pageflow.initial_password.title') %></h2> <%= render "devise/shared/error_messages", resource: resource %> <%= active_admin_form_for(resource, as: resource_name, url: admin_initial_password_path, 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('pageflow.initial_password.submit'), button_html: { value: t('pageflow.initial_password.submit') } end end %> </div>
Version data entries
14 entries across 14 versions & 1 rubygems