1
0
Fork 0
forked from OpenNeo/impress
impress/app/helpers
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
..
application_helper.rb
campaigns_helper.rb
closet_hangers_helper.rb
closet_lists_helper.rb
closet_pages_helper.rb
contribution_helper.rb
donations_helper.rb
item_zone_sets_helper.rb
items_helper.rb
neopets_page_import_tasks_helper.rb
outfits_helper.rb Remove slightly-broken edit outfit links from user outfits page 2023-10-24 18:05:51 -07:00
static_helper.rb