impress/app
Matchu c06cea2a3c Remove slightly-broken edit outfit links from user outfits page
The URL anchors were getting like. double-encoded? The `closet[]` part
was encoding as `closet%255B%255D`. Maybe a thing in Rails, where you
need to mark them `html_safe` to insert them in a URL like that?

Well anyway, those URLs are redundant now, I just have it link straight
to the same outfit page as the big link!
2023-10-24 18:05:51 -07:00
..
assets Delete outfits/show page, point to the editor instead 2023-10-24 18:02:18 -07:00
controllers Delete outfits/show page, point to the editor instead 2023-10-24 18:02:18 -07:00
helpers Remove slightly-broken edit outfit links from user outfits page 2023-10-24 18:05:51 -07:00
javascript Use /outfits/1234 URLs in the editor 2023-10-24 17:29:07 -07:00
mailers donation mailer 2014-09-10 14:32:54 -05:00
models Remove slightly-broken edit outfit links from user outfits page 2023-10-24 18:05:51 -07:00
views Remove slightly-broken edit outfit links from user outfits page 2023-10-24 18:05:51 -07:00