impress/app/views/outfits
Emi Matchu 6763e9454e Optionally use local instance of impress-2020 during development
To activate this, I created a `.env.development` file in my project
root, with the following content:

```env
IMPRESS_2020_ORIGIN=http://localhost:4000
```

Then, I started impress-2020 with `yarn dev --port=4000`.

Now, the app loads from there, hooray!! It even fixes that obnoxious
pet state ID bug that happens when you run against the production db lol
2024-01-28 07:00:29 -08:00
..
_outfit.html.haml Remove slightly-broken edit outfit links from user outfits page 2023-10-24 18:05:51 -07:00
edit.html.haml Optionally use local instance of impress-2020 during development 2024-01-28 07:00:29 -08:00
index.html.haml i18n for outfits#index - plus the translate_with_links helper, which can be used for refactoring other stuff 2013-01-09 17:15:25 -06:00
new.html.haml Add Styling Studio page to show the styles we already have modeled 2024-01-24 06:53:37 -08:00