Sha256: d24a1bd75f3d42315aee893844d1567c68ce8b1573edc54c41e9e173d399713c

Contents?: true

Size: 805 Bytes

Versions: 5

Compression:

Stored size: 805 Bytes

Contents

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

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

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

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

Version data entries

5 entries across 5 versions & 1 rubygems

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