Sha256: d911f59e9bb93c48017c6e84e368d5b9b8dd6bee6dd8f76e4007a908531c6f57

Contents?: true

Size: 345 Bytes

Versions: 19

Compression:

Stored size: 345 Bytes

Contents

- id = dom_id(@group)

- if @group.errors.empty?
  $('##{id}').replaceWith('#{ j render(:partial => "group", :collection => [ @group ]) }')
  $('##{id}').effect("highlight", { duration:1000 });
- else
  $('##{id}').html('#{j render(:partial => "edit") }')
  $('##{id}').effect("shake", { duration:250, distance: 6 });
  $('#group_name').focus()

Version data entries

19 entries across 19 versions & 2 rubygems

Version Path
fat_free_crm-0.14.2 app/views/admin/groups/update.js.haml
fat_free_crm-0.15.2 app/views/admin/groups/update.js.haml
fat_free_crm-0.16.4 app/views/admin/groups/update.js.haml
fat_free_crm-0.14.1 app/views/admin/groups/update.js.haml
fat_free_crm-0.15.1 app/views/admin/groups/update.js.haml
fat_free_crm-0.16.3 app/views/admin/groups/update.js.haml
fat_free_crm-0.16.2 app/views/admin/groups/update.js.haml
fat_free_crm-0.16.1 app/views/admin/groups/update.js.haml
fat_free_crm-0.16.0 app/views/admin/groups/update.js.haml
fat_free_crm-0.15.0 app/views/admin/groups/update.js.haml
fat_free_crm-0.15.0.beta.2 app/views/admin/groups/update.js.haml
fat_free_crm-0.15.0.beta app/views/admin/groups/update.js.haml
fat_free_crm-0.14.0 app/views/admin/groups/update.js.haml
reduced_fat_crm-0.15.0.beta app/views/admin/groups/update.js.haml
reduced_fat_crm-0.14.0 app/views/admin/groups/update.js.haml
fat_free_crm-0.13.6 app/views/admin/groups/update.js.haml
fat_free_crm-0.13.5 app/views/admin/groups/update.js.haml
fat_free_crm-0.13.4 app/views/admin/groups/update.js.haml
fat_free_crm-0.13.3 app/views/admin/groups/update.js.haml