1
0
Fork 0
forked from OpenNeo/impress
impress/app/views/items
Emi Matchu 23240005a2 Oops, fix bug that would sometimes flip own/want in the item bulk menu
If your first wanted list was created before your first owned list,
then `false` would come before `true` in the keys of
`current_user_lists`.

I both fixed this to be more consistent at the model level, because who
likes unpredictable behavior? But also downstream at the view I
hardcoded that true should come before false, because that's a UI
concern that I want to be encoded in the view regardless of what's
upstream.
2024-01-23 04:06:58 -08:00
..
_item.html.haml Move item_link partial caching to a helper rather than the template itself 2013-06-22 16:31:46 -07:00
_item_header.haml Oops, fix bug that would sometimes flip own/want in the item bulk menu 2024-01-23 04:06:58 -08:00
_item_link.html.haml Remove no-op item.thumbnail.secure_url 2023-11-11 08:24:08 -08:00
index.html.haml Remove newest_items caching from items page 2023-10-23 19:05:04 -07:00
needed.html.haml Update most URLs to use HTTPS 2023-10-25 15:22:57 -07:00
show.html.haml Oops, load the data for the bulk item quantity form on the trades page! 2024-01-21 06:42:24 -08:00