[static-web] friends: Fix image URL on donation ruler



commit 8823cfd966ad00ba2cba58b31d8623c47c58c159
Author: Tom Tryfonidis <tomtryf gnome org>
Date:   Thu Jan 12 14:06:10 2017 +0200

    friends: Fix image URL on donation ruler

 friends/ruler/ruler-privacy.js          |    2 +-
 friends/ruler/ruler-privacy.js.template |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/friends/ruler/ruler-privacy.js b/friends/ruler/ruler-privacy.js
index eb12ed0..87168f1 100644
--- a/friends/ruler/ruler-privacy.js
+++ b/friends/ruler/ruler-privacy.js
@@ -11,7 +11,7 @@ document.write( '<style type="text/css">' +
 
 document.write( '<div id="donation-banner">' +
                        '<div class="ninesix">' +
-                       '<img src="lock.png">' +
+                       '<img src="https://static.gnome.org/friends/ruler/lock.png";>' +
                        '<p>Donate now to help make GNOME <a href="http://www.gnome.org/friends"; 
style="margin-right: 20px;">safer than ever!</a> $20000 raised so far. $0 to go!</p>' +
                        '<div class="donation-ruler"><div style="width: 100.00%;" 
class="donation-percentage">&nbsp;</div></div>' +
                        '<a href="http://www.gnome.org/friends/"; class="donation-button">Donate now!</a>' +
diff --git a/friends/ruler/ruler-privacy.js.template b/friends/ruler/ruler-privacy.js.template
index 2de190a..a3b2d58 100644
--- a/friends/ruler/ruler-privacy.js.template
+++ b/friends/ruler/ruler-privacy.js.template
@@ -11,7 +11,7 @@ document.write( '<style type="text/css">' +
 
 document.write( '<div id="donation-banner">' +
                        '<div class="ninesix">' +
-                       '<img src="lock.png">' +
+                       '<img src="https://static.gnome.org/friends/ruler/lock.png";>' +
                        '<p>Donate now to help make GNOME <a href="http://www.gnome.org/friends"; 
style="margin-right: 20px;">safer than ever!</a> ${{{FOG_AMOUNT}}} raised so far. ${{{FOG_REMAIN}}} to 
go!</p>' +
                        '<div class="donation-ruler"><div style="width: {{{FOG_PERCENT}}}%;" 
class="donation-percentage">&nbsp;</div></div>' +
                        '<a href="http://www.gnome.org/friends/"; class="donation-button">Donate now!</a>' +


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