1
0
Fork 0
forked from OpenNeo/impress

oops, distinguish between owns/wants in closet petpage

This commit is contained in:
Emi Matchu 2013-02-19 11:08:10 -06:00
parent 3d0b69e944
commit 4cd2755f84

View file

@ -77,7 +77,7 @@
- [true, false].each do |owned|
- lists = lists_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
- if lists
- lists.each do |list|