work on jwt auth
This commit is contained in:
5
app/templates/authenticated/editions.hbs
Normal file
5
app/templates/authenticated/editions.hbs
Normal file
@@ -0,0 +1,5 @@
|
||||
{{#each @model as |edition|}}
|
||||
<div>
|
||||
{{edition.name}}
|
||||
</div>
|
||||
{{/each}}
|
||||
5
app/templates/authenticated/index.hbs
Normal file
5
app/templates/authenticated/index.hbs
Normal file
@@ -0,0 +1,5 @@
|
||||
<h3>Liste des pages</h3>
|
||||
|
||||
<ul>
|
||||
<li><LinkTo @route="authenticated.editions">Editions</LinkTo></li>
|
||||
</ul>
|
||||
Reference in New Issue
Block a user