Sha256: 697f1993cc5b609d1610b1dc532382bcc5d5a41e6cd3674e30a9b1894e299c4c

Contents?: true

Size: 682 Bytes

Versions: 14

Compression:

Stored size: 682 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

14 entries across 14 versions & 1 rubygems

Version Path
locomotive_cms-1.0.0.beta.2 app/views/admin/accounts/new.html.haml
locomotive_cms-1.0.0.beta app/views/admin/accounts/new.html.haml
locomotive_cms-0.0.4.beta12 app/views/admin/accounts/new.html.haml
locomotive_cms-0.0.4.beta11 app/views/admin/accounts/new.html.haml
locomotive_cms-0.0.4.beta10 app/views/admin/accounts/new.html.haml
locomotive_cms-0.0.4.beta9 app/views/admin/accounts/new.html.haml
locomotive_cms-0.0.4.beta8 app/views/admin/accounts/new.html.haml
locomotive_cms-0.0.4.beta7 app/views/admin/accounts/new.html.haml
locomotive_cms-0.0.4.beta5 app/views/admin/accounts/new.html.haml
locomotive_cms-0.0.4.beta4 app/views/admin/accounts/new.html.haml
locomotive_cms-0.0.4.beta3 app/views/admin/accounts/new.html.haml
locomotive_cms-0.0.4.beta2 app/views/admin/accounts/new.html.haml
locomotive_cms-0.0.4.beta1 app/views/admin/accounts/new.html.haml
locomotive_cms-0.0.4 app/views/admin/accounts/new.html.haml