Sha256: 10c329d581983f1c84f965a02391d548f95ab7ae034fcaea526be67d9263b97d
Contents?: true
Size: 545 Bytes
Versions: 30
Compression:
Stored size: 545 Bytes
Contents
- title t('.title') = help t('.help', default: '') = locomotive_form_for @account, url: accounts_path(current_site) do |f| = f.inputs :information do = f.input :name, input_html: { class: 'input-lg' } - unless f.object.respond_to?(:password) = f.input :email - if f.object.respond_to?(:password) = f.input :email = f.input :password, input_html: { autocomplete: 'off' } = f.input :password_confirmation, input_html: { autocomplete: 'off' } = f.actions back_url: edit_current_site_path(current_site)
Version data entries
30 entries across 30 versions & 1 rubygems