Sha256: 9670dd7183185371f0459f10ab72b625c4cc516e1095396203f6fc91df8d9209

Contents?: true

Size: 693 Bytes

Versions: 17

Compression:

Stored size: 693 Bytes

Contents

- title t('.title')

- content_for :submenu do
  = render 'admin/shared/menu/settings'

%p= t('.help')

= semantic_form_for @account, :url => admin_accounts_url do |f|

  = f.foldable_inputs :name => :information do
    = f.input :name, :required => false

  = f.foldable_inputs :name => :credentials do
    = f.input :email, :required => false
    
    = f.custom_input :password, :label => :new_password do
      = f.password_field :password
      
    = f.custom_input :password_confirmation, :label => :new_password_confirmation do
      = f.password_field :password_confirmation
  
  = render 'admin/shared/form_actions', :back_url => edit_admin_current_site_url, :button_label => :create

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
locomotive_cms-0.0.3.3 app/views/admin/accounts/new.html.haml
locomotive_cms-0.0.3.1 app/views/admin/accounts/new.html.haml
locomotive_cms-0.0.2.9 app/views/admin/accounts/new.html.haml
locomotive_cms-0.0.2.8 app/views/admin/accounts/new.html.haml
locomotive_cms-0.0.2.7 app/views/admin/accounts/new.html.haml
locomotive_cms-0.0.2.6 app/views/admin/accounts/new.html.haml
locomotive_cms-0.0.2.5 app/views/admin/accounts/new.html.haml
locomotive_cms-0.0.2.4 app/views/admin/accounts/new.html.haml
locomotive_cms-0.0.2.3 app/views/admin/accounts/new.html.haml
locomotive_cms-0.0.2.2 app/views/admin/accounts/new.html.haml
locomotive_cms-0.0.2.1 app/views/admin/accounts/new.html.haml
locomotive_cms-0.0.2 app/views/admin/accounts/new.html.haml
locomotive_cms-0.0.1.4 app/views/admin/accounts/new.html.haml
locomotive_cms-0.0.1.3 app/views/admin/accounts/new.html.haml
locomotive_cms-0.0.1.2 app/views/admin/accounts/new.html.haml
locomotive_cms-0.0.1.1 app/views/admin/accounts/new.html.haml
locomotive_cms-0.0.1 app/views/admin/accounts/new.html.haml