mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-22 12:03:25 -04:00
na stronie głównej pokaż opisy form, nie tylko tytuły
This commit is contained in:
parent
9cb73622f3
commit
16c221b707
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user