Sha256: 5867f8ee4bc9a18970c2362ea1889a953a2271fc1c8df84cc39ba71021d9e93c

Contents?: true

Size: 818 Bytes

Versions: 18

Compression:

Stored size: 818 Bytes

Contents

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

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

    = render "contacts/top_section", :f => f, :edit => true
    = render "fields/edit_custom_field_group", :f => f, :edit => true
    = render "contacts/extra",       :f => f, :edit => true
    = render "contacts/web",         :f => f, :edit => true
    = render "fields/groups",        :f => f, :edit => true
    = render "entities/permissions", :f => f, :edit => true, :entity => @contact
    = hook(:entity_form, self, {f: f, entity: @contact})

    .buttonbar
      = f.submit t(:save_contact), :onclick => "crm.save_contact()"
      #{t :or}
      = link_to_cancel edit_contact_path(@contact)

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
fat_free_crm-0.14.2 app/views/contacts/_edit.html.haml
fat_free_crm-0.15.2 app/views/contacts/_edit.html.haml
fat_free_crm-0.16.4 app/views/contacts/_edit.html.haml
fat_free_crm-0.14.1 app/views/contacts/_edit.html.haml
fat_free_crm-0.15.1 app/views/contacts/_edit.html.haml
fat_free_crm-0.16.3 app/views/contacts/_edit.html.haml
fat_free_crm-0.16.2 app/views/contacts/_edit.html.haml
fat_free_crm-0.16.1 app/views/contacts/_edit.html.haml
fat_free_crm-0.16.0 app/views/contacts/_edit.html.haml
fat_free_crm-0.15.0 app/views/contacts/_edit.html.haml
fat_free_crm-0.15.0.beta.2 app/views/contacts/_edit.html.haml
fat_free_crm-0.15.0.beta app/views/contacts/_edit.html.haml
fat_free_crm-0.14.0 app/views/contacts/_edit.html.haml
reduced_fat_crm-0.15.0.beta app/views/contacts/_edit.html.haml
reduced_fat_crm-0.14.0 app/views/contacts/_edit.html.haml
fat_free_crm-0.13.6 app/views/contacts/_edit.html.haml
fat_free_crm-0.13.5 app/views/contacts/_edit.html.haml
fat_free_crm-0.13.4 app/views/contacts/_edit.html.haml