Sha256: dd64d257fefc5c0e1a6e30f759c74c67079f46284909b92eded8af6c08b5d77b

Contents?: true

Size: 327 Bytes

Versions: 13

Compression:

Stored size: 327 Bytes

Contents

= form_for([:admin, @group], html: one_submit_only.merge({autocomplete: 'off'}), remote: true) do |f|
  = link_to_close new_admin_group_path

  = f.error_messages object_name: t('group')

  = render "admin/groups/form", f: f

  .buttonbar
    = f.submit t(:create_group)
    #{t :or}
    = link_to_cancel new_admin_group_path

Version data entries

13 entries across 13 versions & 1 rubygems

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