[gimp-web/testing] Add hash as class to paragraphs on source



commit 8995a39686b81da1d2364b5c5088ad1202bec1b9
Author: Pat David <patdavid gmail com>
Date:   Mon Jul 25 14:32:19 2016 -0500

    Add hash as class to paragraphs on source

 themes/newgimp/templates/downloads.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/themes/newgimp/templates/downloads.html b/themes/newgimp/templates/downloads.html
index a0b9776..d4af2fe 100644
--- a/themes/newgimp/templates/downloads.html
+++ b/themes/newgimp/templates/downloads.html
@@ -229,7 +229,7 @@
     {% if GIMP.STABLE %}
         {% for version, values in GIMP.STABLE.iteritems() %}
             {% if 'source' in values %}
-            <p>
+            <p class='{{ values['source'].values()[0] }}'>
                 <strong>{{ values['source'].keys()[0] }}</strong><br>
                 <kbd>{{ values['source'].values()[0] }}</kbd>
             </p>


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