Gentoo Archives: gentoo-commits

From: Pavlos Ratis <dastergon@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoo-ads-config:master commit in: /
Date: Tue, 02 Dec 2014 13:19:51
Message-Id: 1417526223.090441a95af41eb82c7bdeb9b0a03ed80d177824.dastergon@gentoo
1 commit: 090441a95af41eb82c7bdeb9b0a03ed80d177824
2 Author: Pavlos Ratis <dastergon <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 2 13:17:03 2014 +0000
4 Commit: Pavlos Ratis <dastergon <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 2 13:17:03 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/gentoo-ads-config.git;a=commit;h=090441a9
7
8 fix path for numberly logo image
9
10 ---
11 gentoo_sponsors.py | 4 ++--
12 1 file changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/gentoo_sponsors.py b/gentoo_sponsors.py
15 index 2fa663f..c09073c 100644
16 --- a/gentoo_sponsors.py
17 +++ b/gentoo_sponsors.py
18 @@ -7,7 +7,7 @@ ads = [
19 {
20 'name': 'Numberly',
21 'type': 'img',
22 - 'img': 'numberly_ad.jpg',
23 + 'img': 'sponsors/numberly_ad.jpg',
24 'title': 'Numberly',
25 'tier': 1,
26 'weight': 25,
27 @@ -102,7 +102,7 @@ ads = [
28 'tier': 1,
29 'weight': 5,
30 'url': 'http://www.hotelkatalog24.de',
31 - 'html': {
32 + 'html': {
33 "en": 'Gentoo Supported by hotelkatalog24.de, where you can find <a target="_parent" href="http://www.hotelkatalog24.de/">hotels</a> and book them online.',
34 "de": 'Gentoo Unterstützt von hotelkatalog24.de, wo du <a target="_parent" href="http://www.hotelkatalog24.de/">Hotels</a> ganz einfach online buchen kannst.',
35 },