Sha256: a29a25fb2d399d4e0e30cd145100b7ab99f791f0260a5e850908f3408e0f66a2

Contents?: true

Size: 706 Bytes

Versions: 5

Compression:

Stored size: 706 Bytes

Contents

= simple_form_for(@account, :html => one_submit_only(:account), :remote => true) do |f|
  = link_to_close new_account_path
  = f.hidden_field :user_id

  = f.error_messages :object_name => t('account')

  = render "accounts/top_section",  :f => f
  = render "fields/edit_custom_field_group", :f => f
  = render "shared/add_comment", :f => f
  = render "accounts/contact_info", :f => f
  = render "fields/groups",  :f => f
  = render "entities/permissions",  :f => f, :entity => @account

  .buttonbar
    - if Setting.compound_address
      = f.submit t(:create_account), :onclick => "crm.clear_all_hints()"
    - else
      = f.submit t(:create_account)
    #{t :or}
    = link_to_cancel new_account_path

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
fat_free_crm-0.12.3 app/views/accounts/_new.html.haml
fat_free_crm-0.12.2 app/views/accounts/_new.html.haml
fat_free_crm-0.12.1 app/views/accounts/_new.html.haml
fat_free_crm-0.12.0 app/views/accounts/_new.html.haml
fat_free_crm-0.11.4 app/views/accounts/_new.html.haml