Sha256: 30ee2f532ea5ff964fa75914cb6396f6693762e38d2f56365613902ea2888978

Contents?: true

Size: 404 Bytes

Versions: 5

Compression:

Stored size: 404 Bytes

Contents

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

5 entries across 5 versions & 1 rubygems

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