Sha256: 85e020588021531524cfa133f137c3c4b82e5c6b842c846755b86c9de41e18c3

Contents?: true

Size: 358 Bytes

Versions: 13

Compression:

Stored size: 358 Bytes

Contents

- path = new_admin_field_group_path(klass_name: @field_group.klass_name)

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

Version data entries

13 entries across 13 versions & 1 rubygems

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