Skip to content

Commit

Permalink
Merge pull request #687 from marcoafilho/sort-layouts-children
Browse files Browse the repository at this point in the history
Enable sort for children layouts
  • Loading branch information
GBH committed Oct 8, 2015
2 parents 6016965 + 9f31159 commit 8fcc300
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/views/comfy/admin/cms/layouts/_index_branch.html.haml
Expand Up @@ -20,4 +20,5 @@
= layout.identifier

- if layout.children.present?
%ul= render :partial => 'index_branch', :collection => layout.children
%ul.children.sortable
= render :partial => 'index_branch', :collection => layout.children

0 comments on commit 8fcc300

Please sign in to comment.