na stronie głównej pokaż opisy form, nie tylko tytuły

This commit is contained in:
Andrea Vos 2020-08-11 19:22:09 +02:00
parent 9cb73622f3
commit 16c221b707

View File

@ -29,9 +29,17 @@
Wybierz sposród najpopularniejszych:
</p>
<nuxt-link v-for="(template, pronoun) in templates" :to="addSlash('/' + pronoun)" :key="pronoun" class="btn btn-outline-primary m-2 btn-md-lg">
{{template.name()}}
</nuxt-link>
<ul class="list-unstyled">
<li v-for="(template, pronoun) in templates" :key="pronoun" class="my-1">
<nuxt-link :to="addSlash('/' + pronoun)">
<strong>{{template.name()}}</strong>
{{template.description}}
</nuxt-link>
<!--{{JSON.stringify(template)}}-->
</li>
</ul>
</section>
<section>