Sha256: 88d6eba91a4ee168d7cf08a155e2fd0adb1afa2599e63f6a91471cecb2ad5b55

Contents?: true

Size: 635 Bytes

Versions: 18

Compression:

Stored size: 635 Bytes

Contents

- title t('.title')

- content_for :submenu do
  = render_cell 'locomotive/settings_menu', :show

%p!= t('.help')

= semantic_form_for @account, url: accounts_path do |f|

  = f.inputs name: :information do
    = f.input :name
    - unless f.object.respond_to?(:password)
      = f.input :email

  - if f.object.respond_to?(:password)
    = f.inputs name: :credentials do
      = f.input :email
      = f.input :password, input_html: { autocomplete: 'off' }
      = f.input :password_confirmation, input_html: { autocomplete: 'off' }

  = render 'locomotive/shared/form_actions', back_url: edit_current_site_path, button_label: :create

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
locomotive_cms-2.5.7 app/views/locomotive/accounts/new.html.haml
locomotive_cms-2.5.6 app/views/locomotive/accounts/new.html.haml
locomotive_cms-2.5.6.rc2 app/views/locomotive/accounts/new.html.haml
locomotive_cms-2.5.6.rc1 app/views/locomotive/accounts/new.html.haml
locomotive_cms-2.5.5 app/views/locomotive/accounts/new.html.haml
locomotive_cms-2.5.4 app/views/locomotive/accounts/new.html.haml
locomotive_cms-2.5.3 app/views/locomotive/accounts/new.html.haml
locomotive_cms-2.5.2 app/views/locomotive/accounts/new.html.haml
locomotive_cms-2.5.1 app/views/locomotive/accounts/new.html.haml
locomotive_cms-2.5.0 app/views/locomotive/accounts/new.html.haml
locomotive_cms-2.5.0.rc3 app/views/locomotive/accounts/new.html.haml
locomotive_cms-2.5.0.rc2 app/views/locomotive/accounts/new.html.haml
locomotive_cms-2.5.0.rc1 app/views/locomotive/accounts/new.html.haml
locomotive_cms-2.4.1 app/views/locomotive/accounts/new.html.haml
locomotive_cms-2.4.0 app/views/locomotive/accounts/new.html.haml
locomotive_cms-2.3.1 app/views/locomotive/accounts/new.html.haml
locomotive_cms-2.3.0 app/views/locomotive/accounts/new.html.haml
locomotive_cms-2.2.3 app/views/locomotive/accounts/new.html.haml