Sha256: 8a8c0d7d413572ab6f2d2c4c37a81547bf8eadfca0a4427fc4cf6ca7693c34cd

Contents?: true

Size: 368 Bytes

Versions: 13

Compression:

Stored size: 368 Bytes

Contents

= form_for([:admin, @field_group], html: one_submit_only, remote: true) do |f|
  = link_to_close edit_admin_field_group_path(@field_group)
  = f.error_messages
  = render partial: "top_section", locals: { f: f, edit: true }
  .buttonbar
    = f.submit t(:save_field_group), id: :field_group_submit
    or
    = link_to_cancel edit_admin_field_group_path(@field_group)

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
fat_free_crm-0.22.1 app/views/admin/field_groups/_edit.html.haml
fat_free_crm-0.22.0 app/views/admin/field_groups/_edit.html.haml
fat_free_crm-0.21.0 app/views/admin/field_groups/_edit.html.haml
fat_free_crm-0.20.1 app/views/admin/field_groups/_edit.html.haml
fat_free_crm-0.20.0 app/views/admin/field_groups/_edit.html.haml
fat_free_crm-0.19.2 app/views/admin/field_groups/_edit.html.haml
fat_free_crm-0.19.0 app/views/admin/field_groups/_edit.html.haml
fat_free_crm-0.18.2 app/views/admin/field_groups/_edit.html.haml
fat_free_crm-0.17.3 app/views/admin/field_groups/_edit.html.haml
fat_free_crm-0.18.1 app/views/admin/field_groups/_edit.html.haml
fat_free_crm-0.18.0 app/views/admin/field_groups/_edit.html.haml
fat_free_crm-0.17.2 app/views/admin/field_groups/_edit.html.haml
fat_free_crm-0.17.1 app/views/admin/field_groups/_edit.html.haml