mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 18:26:42 +07:00
Change verson switcher label to Versions
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
committed by
John Molakvoæ (skjnldsv)
parent
0ae4501e0b
commit
1bc48a684c
@@ -147,7 +147,7 @@
|
||||
<div class="col-md-8">
|
||||
<h1><a href="{{ pathto(master_doc) }}">{{ project|e }}</a></h1>
|
||||
<div class="doc-version-switch">
|
||||
Nextcloud versions:
|
||||
Versions:
|
||||
{%- for v in doc_versions %}
|
||||
<a href="https://docs.nextcloud.com/server/{{ v }}/{{current_doc}}/{{pagename}}.html" {% if version == v %} class="current-doc"{% endif %}>{{v}}</a>
|
||||
{%- endfor %}
|
||||
|
||||
Reference in New Issue
Block a user