Skip to content

Commit

Permalink
Fixed field-display-bug in admin
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Adler committed Feb 5, 2014
1 parent f13cf2a commit 3418ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/admin/field_groups/_field_group.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
.remote{ hidden.merge(:id => edit_form_id) }

.list
%ul{ :id => dom_id(field_group, :fields), :class => 'fields', 'data-sortable' => sort_admin_fields_path(:field_group_id => field_group.id), 'data-sortable-connect-with' => '.fields', 'data-sortable-handle' => '.handle' }
%ul{ :id => dom_id(field_group, :fields), 'data-sortable' => sort_admin_fields_path(:field_group_id => field_group.id), 'data-sortable-connect-with' => '.fields', 'data-sortable-handle' => '.handle' }
= render :partial => "admin/fields/field", :collection => field_group.fields.without_pairs
%li.empty
= t(:field_group_empty)
Expand Down

0 comments on commit 3418ef3

Please sign in to comment.