[gimp-web/testing] tmpl: modify downloads.html to link to OLDSTABLE location
- From: Pat David <patdavid src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-web/testing] tmpl: modify downloads.html to link to OLDSTABLE location
- Date: Thu, 17 May 2018 19:45:15 +0000 (UTC)
commit fe1a1c383728d8f1dc729f79e3e8540ef29d5f61
Author: Pat David <patdavid gmail com>
Date: Thu May 17 14:44:04 2018 -0500
tmpl: modify downloads.html to link to OLDSTABLE location
This just adds links to direct users to the OLDSTABLE downloads
on the mirror.
themes/newgimp/templates/downloads.html | 11 ++++++++---
1 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/themes/newgimp/templates/downloads.html b/themes/newgimp/templates/downloads.html
index 5abf1a5..a23fe61 100644
--- a/themes/newgimp/templates/downloads.html
+++ b/themes/newgimp/templates/downloads.html
@@ -257,9 +257,14 @@
{% endif %}
<h3>Older Downloads</h3>
- <p>
- Previous installers for Windows can be found here: <a href='//download.gimp.org/mirror/pub/gimp/v{{
WINDOWS_MAJOR_MINOR_VER }}/windows/'>download.gimp.org</a>.
- </p>
+ <ul>
+ <li>
+ Previous v{{ WINDOWS_MAJOR_MINOR_VER }} installers for Windows can be found here: <a
href='//download.gimp.org/mirror/pub/gimp/v{{ WINDOWS_MAJOR_MINOR_VER }}/windows/'>download.gimp.org</a>.
+ </li>
+ <li>
+ Previous v{{ GIMP_MAJOR_MINOR_VERSION_OLDSTABLE }} installers for Windows can be found here: <a
href='//download.gimp.org/mirror/pub/gimp/v{{ GIMP_MAJOR_MINOR_VERSION_OLDSTABLE
}}/windows/'>download.gimp.org</a>.
+ </li>
+ </ul>
<h3>GIMP User Manual</h3>
<p>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]