hide list description on drag-n-drop
This commit is contained in:
parent
824a806140
commit
28c9d1b3d8
1 changed files with 3 additions and 3 deletions
|
@ -11,10 +11,10 @@
|
|||
= submit_tag 'Delete', :confirm => closet_list_delete_confirmation(closet_list)
|
||||
%h4= closet_list.name
|
||||
|
||||
.closet-list-content
|
||||
- if closet_list.description?
|
||||
= closet_list_description_format closet_list
|
||||
|
||||
.closet-list-content
|
||||
.closet-list-hangers
|
||||
- unless closet_list.hangers.empty?
|
||||
= render_sorted_hangers(closet_list, show_controls)
|
||||
|
|
Loading…
Reference in a new issue