[gimp-web/testing] Add hash as class to paragraphs on source
- From: Pat David <patdavid src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-web/testing] Add hash as class to paragraphs on source
- Date: Mon, 25 Jul 2016 19:32:28 +0000 (UTC)
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]