forked from OpenNeo/impress
oops, distinguish between owns/wants in closet petpage
This commit is contained in:
parent
3d0b69e944
commit
4cd2755f84
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@
|
||||||
- [true, false].each do |owned|
|
- [true, false].each do |owned|
|
||||||
- lists = lists_by_owned[owned]
|
- lists = lists_by_owned[owned]
|
||||||
- if lists || unlisted_hangers_by_owned[owned]
|
- if lists || unlisted_hangers_by_owned[owned]
|
||||||
%h2.dti-item-group-header= closet_lists_group_name '#OWNER', true
|
%h2.dti-item-group-header= closet_lists_group_name '#OWNER', owned
|
||||||
%ul.dti-item-group
|
%ul.dti-item-group
|
||||||
- if lists
|
- if lists
|
||||||
- lists.each do |list|
|
- lists.each do |list|
|
||||||
|
|
Loading…
Reference in a new issue