impress/app/views/application
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
..
support_form Extract the more complex support form helpers into templates 2024-12-01 09:26:40 -08:00
_analytics.html.erb Use async instead of defer for analytics script 2024-08-31 12:15:27 -07:00
_announcement.html Move partials in views/static to views/application 2024-03-10 18:48:25 -07:00
_hanger_spinner.html Use our hanger loading spinner for the new item page previews 2024-07-07 19:05:48 -07:00
_outfit_viewer.html.haml Refactor Rainbow Pool to use shared styles for the list elements 2024-09-30 16:21:47 -07:00