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)
|
= submit_tag 'Delete', :confirm => closet_list_delete_confirmation(closet_list)
|
||||||
%h4= closet_list.name
|
%h4= closet_list.name
|
||||||
|
|
||||||
|
.closet-list-content
|
||||||
- if closet_list.description?
|
- if closet_list.description?
|
||||||
= closet_list_description_format closet_list
|
= closet_list_description_format closet_list
|
||||||
|
|
||||||
.closet-list-content
|
|
||||||
.closet-list-hangers
|
.closet-list-hangers
|
||||||
- unless closet_list.hangers.empty?
|
- unless closet_list.hangers.empty?
|
||||||
= render_sorted_hangers(closet_list, show_controls)
|
= render_sorted_hangers(closet_list, show_controls)
|
||||||
|
|
Loading…
Reference in a new issue