fatfreecrm/fat_free_crm

View on GitHub
app/views/admin/field_groups/update.js.haml

Summary

Maintainability
Test Coverage
- id = dom_id(@field_group, :edit)

- if @field_group.errors.empty?
  crm.flip_form('#{id}');
  crm.set_title('#{dom_id(@field_group)}', '#{field_group_subtitle(@field_group)}');
- else
  $('##{id}').html('#{ j render(partial: 'edit') }');