Sha256: 97c11381e3e88eb50ae1f0b1544e6b3ea3c738fb6220b75520d339ce2daad99a

Contents?: true

Size: 378 Bytes

Versions: 13

Compression:

Stored size: 378 Bytes

Contents

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

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

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

    .buttonbar
      = f.submit t(:save_group)
      #{t :or}
      = link_to_cancel edit_admin_group_path(@group)

Version data entries

13 entries across 13 versions & 1 rubygems

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