Sha256: 39041575169e29404d1e1a5a76d2597455640bc19279c0fc08ddebcd63c4923d
Contents?: true
Size: 545 Bytes
Versions: 11
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
11 entries across 11 versions & 1 rubygems