impress/app/helpers
Emi Matchu 1119bbb292 Extract the more complex support form helpers into templates
I think helpers are fine for the simpler ones that are basically *just*
wrapper tags, but once it starts getting into `concat`, I think that's
too unfamiliar of a syntax for developers; let's bail into our usual
templating system!

I'm not sure about putting them in `application/support_form` like this.
That's cute for one-offs like `application/hanger_spinner`, because
`render partial: "hanger_spinner"` assumes the `application` view folder
by default, but that doesn't work once it's nested: it looks for a
`views/support_form` folder.

I think maybe it could soon be time to bail from the strict "view
folders belong to controllers" thing, similar to how we did for
`SupportFormHelper`, and add a `components` folder or similar? Idk, not
sure yet!
2024-12-01 09:26:40 -08:00
..
fundraising Move most fundraising files into a Fundraising module 2024-02-18 20:12:14 -08:00
alt_styles_helper.rb Link alt styles to the outfit editor, rather than to the big image URL 2024-10-11 15:40:20 -07:00
application_helper.rb Remove FragmentLocalization and localized_cache helper 2024-09-20 20:10:04 -07:00
closet_hangers_helper.rb High-level caching for closet lists 2024-02-20 18:43:39 -08:00
closet_lists_helper.rb Fix incorrect closet list deletion prompt message 2024-03-13 13:59:27 -07:00
closet_pages_helper.rb Update most URLs to use HTTPS 2023-10-25 15:22:57 -07:00
contribution_helper.rb Add Styling Studio page to show the styles we already have modeled 2024-01-24 06:53:37 -08:00
item_trades_helper.rb Sort trades in vaguely-recent order 2024-01-21 03:59:06 -08:00
items_helper.rb WIP: Placeholder page for Rainbow Pool pet type 2024-09-26 14:56:45 -07:00
neopets_page_import_tasks_helper.rb refactor importing 2015-07-27 13:25:24 -04:00
outfits_helper.rb Announcement about modeling being broken 2024-11-06 11:55:05 -08:00
pet_states_helper.rb Link pet states to outfit editor instead of their not-useful show page 2024-10-11 17:44:56 -07:00
pet_types_helper.rb Add extra support info to Rainbow Pool pet types 2024-10-04 19:24:40 -07:00
support_form_helper.rb Extract the more complex support form helpers into templates 2024-12-01 09:26:40 -08:00