Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Fix Linux links in Download page #1018

Merged
merged 1 commit into from
Aug 4, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions themes/qgis-theme/forusers_download.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,11 +144,10 @@ <h4>{{ _('Download for Linux') }} <i class="icon-chevron-down pull-right"></i></
<ul>
<li><a href="{{ pathto('site/forusers/alldownloads') }}#debian-ubuntu">{{ _('Debian/Ubuntu') }}</a></li>
<li><a href="{{ pathto('site/forusers/alldownloads') }}#fedora">{{ _('Fedora') }}</a></li>
<li><a href="{{ pathto('site/forusers/alldownloads') }}#opensuse">{{ _('openSUSE') }}</a></li>
<li><a href="{{ pathto('site/forusers/alldownloads') }}#rhel-centos-scientific-linux">{{ _('RHEL, CentOS, Scientific Linux, ...') }}</a></li>
<li><a href="{{ pathto('site/forusers/alldownloads') }}#suse-opensuse">{{ _('openSUSE') }}</a></li>
<li><a href="{{ pathto('site/forusers/alldownloads') }}#mandriva">{{ _('Mandriva') }}</a></li>
<li><a href="{{ pathto('site/forusers/alldownloads') }}#slackware">{{ _('Slackware') }}</a></li>
<li><a href="{{ pathto('site/forusers/alldownloads') }}#archlinux">{{ _('Arch Linux') }}</a></li>
<li><a href="{{ pathto('site/forusers/alldownloads') }}#arch-linux">{{ _('Arch Linux') }}</a></li>
<li><a href="{{ pathto('site/forusers/alldownloads') }}#flatpak">{{ _('Flatpak') }}</a></li>
</ul>
<p class="download-text"><a href="{{ pathto('site/forusers/alldownloads') }}#linux">{{ _('Linux Installation Instructions') }}</a></p>
Expand Down