From 28c9d1b3d89d68bf50a0b13924abb44683c70438 Mon Sep 17 00:00:00 2001 From: Matchu Date: Sat, 30 Jul 2011 23:07:58 -0400 Subject: [PATCH] hide list description on drag-n-drop --- app/views/closet_lists/_closet_list.html.haml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)