Sha256: 8ad530332949a15bb08625418192d958e69a05025dea44d191a7a627c660b510

Contents?: true

Size: 350 Bytes

Versions: 5

Compression:

Stored size: 350 Bytes

Contents

= form_for([:admin, @group], :html => one_submit_only(:group).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

5 entries across 5 versions & 1 rubygems

Version Path
fat_free_crm-0.12.3 app/views/admin/groups/_new.html.haml
fat_free_crm-0.12.2 app/views/admin/groups/_new.html.haml
fat_free_crm-0.12.1 app/views/admin/groups/_new.html.haml
fat_free_crm-0.12.0 app/views/admin/groups/_new.html.haml
fat_free_crm-0.11.4 app/views/admin/groups/_new.html.haml