Skip to content
Snippets Groups Projects
Commit 2a39c4b8 authored by Pierre-Jean CHANCELLIER's avatar Pierre-Jean CHANCELLIER
Browse files

improve a propos

parent 29872484
No related branches found
No related tags found
No related merge requests found
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
{{ $t("apropos." + liste_contrib[4].title) }} {{ $t("apropos." + liste_contrib[4].title) }}
</h4> </h4>
</div> </div>
<div class="row m-auto">
<div <div
class="col list-group-item d-flex align-items-center" class="col list-group-item d-flex align-items-center"
v-for="testeur in liste_contrib[4].contrib" v-for="testeur in liste_contrib[4].contrib"
...@@ -39,6 +40,7 @@ ...@@ -39,6 +40,7 @@
{{ testeur }} {{ testeur }}
</div> </div>
</div> </div>
</div>
<p v-html="$t('apropos.contribuer')"></p> <p v-html="$t('apropos.contribuer')"></p>
</main> </main>
</template> </template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment