Sha256: da357b761786c6f9fb538e954bd483312cebcbdbfa1fbfdc3583e05c5c16f152
Contents?: true
Size: 533 Bytes
Versions: 5
Compression:
Stored size: 533 Bytes
Contents
#devise_page.users_form = simple_form_for resource, as: resource_name, url: password_path(resource_name), html: { method: :put }, validate: false do |f| = f.input :reset_password_token, as: :hidden = f.input :password, placeholder: t('admin.users.labels.form.new_password'), label: false = f.input :password_confirmation, placeholder: t('admin.users.labels.form.new_password_confirmation'), label: false .submit= f.submit t('admin.users.labels.buttons.password_edit'), tabindex: 3, class: bs_btn = render "links"
Version data entries
5 entries across 5 versions & 1 rubygems