Files
frontend/app/templates/authenticated/editions.hbs
Dainii feef600052
Some checks failed
CI / Lint (push) Failing after 14m49s
CI / Test (push) Failing after 7m55s
work on jwt auth
2025-01-08 16:49:27 +01:00

6 lines
78 B
Handlebars

{{#each @model as |edition|}}
<div>
{{edition.name}}
</div>
{{/each}}