[gimp-web/testing] Add links between stable and development downloads pages



commit 8a43fbbaebd6db5ad48d498ea83324ff50e7c2b0
Author: Michael Schumacher <schumaml gmx de>
Date:   Fri Aug 25 23:11:54 2017 +0200

    Add links between stable and development downloads pages

 .../newgimp/templates/downloads-development.html   |    3 +++
 themes/newgimp/templates/downloads.html            |    3 +++
 2 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/themes/newgimp/templates/downloads-development.html 
b/themes/newgimp/templates/downloads-development.html
index 54e14d2..d545871 100644
--- a/themes/newgimp/templates/downloads-development.html
+++ b/themes/newgimp/templates/downloads-development.html
@@ -19,6 +19,9 @@
     <h2>Current Development Version</h2>
     <p>The current development release of GIMP is <b>{{ GIMP_VERSION_DEVELOPMENT }}</b> ({{ 
RELEASE_DATE_DEVELOPMENT }}).</p>
 
+    {% if GIMP_VERSION is defined %}
+    <p>Looking for the stable GIMP {{ GIMP_VERSION }} release?<br />Get it on our <a 
href="/downloads/">downloads page</a>.</p>
+    {% endif %}
 
     <div class="OSTEST">
         <p>
diff --git a/themes/newgimp/templates/downloads.html b/themes/newgimp/templates/downloads.html
index 55756f9..2d854d2 100644
--- a/themes/newgimp/templates/downloads.html
+++ b/themes/newgimp/templates/downloads.html
@@ -19,6 +19,9 @@
     <h2>Current Stable Version</h2>
     <p>The current stable release of GIMP is <b>{{ GIMP_VERSION }}</b> ({{ RELEASE_DATE }}).</p>
 
+    {% if GIMP_VERSION_DEVELOPMENT is defined %}
+    <p>Pssst... want to check out the GIMP {{ GIMP_VERSION_DEVELOPMENT }} development release?<br />Get it 
on our <a href="/downloads/devel/">development downloads page</a>.</p>
+    {% endif %}
 
     <div class="OSTEST">
         <p>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]