Skip to content

Commit

Permalink
Merge pull request #853 from Program-AR/tecnopolis-challenges
Browse files Browse the repository at this point in the history
Nuevos desafios Tecnopolis
  • Loading branch information
asanzo authored Nov 4, 2021
2 parents a0651bb + 71abcc8 commit 07559e3
Show file tree
Hide file tree
Showing 12 changed files with 1,491 additions and 32 deletions.
2 changes: 1 addition & 1 deletion app/templates/libros/ver-libro.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<DisclaimerPrincipal/>

<h1>Desafíos del {{model.titulo}}</h1>
<h1>Desafíos de {{model.titulo}}</h1>

<p><Link @href={{href-to "libros"}} @openOnNewTab={{false}}><i class="fa fa-chevron-left"></i> Volver a la lista de libros</Link></p>

Expand Down
8 changes: 8 additions & 0 deletions mirage/fixtures/capitulos.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,12 @@ export default [
id: 'Tecnopolis 2021 Con Lita',
grupoIds: ['tecnopolis2021ConLita']
},
{
id: 'Tecnopolis 2021 Con Coty',
grupoIds: ['tecnopolis2021ConCoty']
},
{
id: 'Tecnopolis 2021 Con Toto',
grupoIds: ['tecnopolis2021ConToto']
}
];
Loading

0 comments on commit 07559e3

Please sign in to comment.