fix(frontend): change links button for services
This commit is contained in:
parent
8389af6c6e
commit
20e623ea39
3 changed files with 16 additions and 7 deletions
|
@ -37,9 +37,10 @@
|
|||
<div class="uk-card-body">
|
||||
<h3 class="uk-card-title">
|
||||
{{ service.name }}
|
||||
<a class="uk-text-small uk-link-muted uk-margin-left" href="https://{{ service.domain }}">{{ service.domain }}</a>
|
||||
<code>{{ service.domain }}</code>
|
||||
</h3>
|
||||
<p>{{ service.description }}</p>
|
||||
<a href="https://{{ service.domain }}" class="uk-text-large">{% trans "Rejoindre !" %}</a>
|
||||
</div>
|
||||
<div class="uk-card-footer uk-card-media">
|
||||
{% if service.sources == 'CLOSED' %}
|
||||
|
|
|
@ -47,6 +47,10 @@ msgstr "French community of free software enthusiasts since 2017."
|
|||
msgid "Nos services"
|
||||
msgstr "Our services"
|
||||
|
||||
#: apps/gnous_eu/templates/services.html:43
|
||||
msgid "Rejoindre !"
|
||||
msgstr "Join !"
|
||||
|
||||
#: apps/gnous_eu/templates/index.html:22
|
||||
#: apps/gnous_eu/templates/about.html:11
|
||||
#: apps/gnous_eu/templates/layouts/head.html:13
|
||||
|
@ -132,15 +136,15 @@ msgstr ""
|
|||
msgid "Rechercher..."
|
||||
msgstr "Search..."
|
||||
|
||||
#: apps/gnous_eu/templates/services.html:74
|
||||
#: apps/gnous_eu/templates/services.html:75
|
||||
msgid "Précédent"
|
||||
msgstr "Previous"
|
||||
|
||||
#: apps/gnous_eu/templates/services.html:89
|
||||
#: apps/gnous_eu/templates/services.html:90
|
||||
msgid "Suivant"
|
||||
msgstr "Next"
|
||||
|
||||
#: apps/gnous_eu/templates/services.html:100
|
||||
#: apps/gnous_eu/templates/services.html:101
|
||||
msgid "Aucun service trouvé pour la recheche: "
|
||||
msgstr "No services found for the search: "
|
||||
|
||||
|
|
|
@ -48,6 +48,10 @@ msgstr ""
|
|||
msgid "Nos services"
|
||||
msgstr ""
|
||||
|
||||
#: apps/gnous_eu/templates/services.html:43
|
||||
msgid "Rejoindre !"
|
||||
msgstr ""
|
||||
|
||||
#: apps/gnous_eu/templates/index.html:22
|
||||
#: apps/gnous_eu/templates/about.html:11
|
||||
#: apps/gnous_eu/templates/layouts/head.html:13
|
||||
|
@ -125,15 +129,15 @@ msgstr ""
|
|||
msgid "Rechercher..."
|
||||
msgstr ""
|
||||
|
||||
#: apps/gnous_eu/templates/services.html:74
|
||||
#: apps/gnous_eu/templates/services.html:75
|
||||
msgid "Précédent"
|
||||
msgstr ""
|
||||
|
||||
#: apps/gnous_eu/templates/services.html:89
|
||||
#: apps/gnous_eu/templates/services.html:90
|
||||
msgid "Suivant"
|
||||
msgstr ""
|
||||
|
||||
#: apps/gnous_eu/templates/services.html:100
|
||||
#: apps/gnous_eu/templates/services.html:101
|
||||
msgid "Aucun service trouvé pour la recheche: "
|
||||
msgstr ""
|
||||
|
||||
|
|
Loading…
Reference in a new issue