diff --git a/app/views/closet_lists/_closet_list.html.haml b/app/views/closet_lists/_closet_list.html.haml index a78183a4..40005b79 100644 --- a/app/views/closet_lists/_closet_list.html.haml +++ b/app/views/closet_lists/_closet_list.html.haml @@ -11,10 +11,10 @@ = submit_tag 'Delete', :confirm => closet_list_delete_confirmation(closet_list) %h4= closet_list.name - - if closet_list.description? - = closet_list_description_format closet_list - .closet-list-content + - if closet_list.description? + = closet_list_description_format closet_list + .closet-list-hangers - unless closet_list.hangers.empty? = render_sorted_hangers(closet_list, show_controls)