link in home and footer
This commit is contained in:
parent
fa89c90c28
commit
88ad804268
@ -5,6 +5,11 @@
|
||||
<li>
|
||||
<router-link :to="{ name: RouteName.ABOUT }">{{ $t("About") }}</router-link>
|
||||
</li>
|
||||
<li>
|
||||
<a href='https://www.chapril.org/Mentions-legales.html' >
|
||||
Mentions légales
|
||||
</a >
|
||||
</li>
|
||||
<li>
|
||||
<router-link :to="{ name: RouteName.TERMS }">{{ $t("Terms") }}</router-link>
|
||||
</li>
|
||||
|
@ -8,6 +8,11 @@
|
||||
v-html="$t('Join <b>{instance}</b>, a Mobilizon instance', { instance: config.name })"
|
||||
/>
|
||||
<p class="instance-description">{{ config.description }}</p>
|
||||
<p class='contact contact-home'>
|
||||
<a href='mailto:mobilizon-support@chapril.org' >
|
||||
{{ $t("Contact") }}
|
||||
</a >
|
||||
</p>
|
||||
<!-- We don't invite to find other instances yet -->
|
||||
<!-- <p v-if="!config.registrationsOpen">
|
||||
{{ $t("This instance isn't opened to registrations, but you can register on other instances.") }}
|
||||
|
Loading…
Reference in New Issue
Block a user