diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-05-15 13:47:18 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-05-15 13:47:18 +0000 |
commit | 0198a4bc59ce41712a86b610d10b0b7a93ec2dc7 (patch) | |
tree | 73792c9df10e2db475bb1370ec323818f503d335 /tmpl/donations.html | |
parent | 3d442aae04b0a6e19fb24ce5597094e6d2481040 (diff) | |
download | mgatres-0198a4bc59ce41712a86b610d10b0b7a93ec2dc7.tar mgatres-0198a4bc59ce41712a86b610d10b0b7a93ec2dc7.tar.gz mgatres-0198a4bc59ce41712a86b610d10b0b7a93ec2dc7.tar.bz2 mgatres-0198a4bc59ce41712a86b610d10b0b7a93ec2dc7.tar.xz mgatres-0198a4bc59ce41712a86b610d10b0b7a93ec2dc7.zip |
Add rss feed for donations
git-svn-id: svn+ssh://svn.mageia.org/svn/soft/mga-treasurer/trunk@8243 5b7c3c08-40e5-403b-9995-ace06908e4af
Diffstat (limited to 'tmpl/donations.html')
-rw-r--r-- | tmpl/donations.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpl/donations.html b/tmpl/donations.html index f50e96f..8eac51c 100644 --- a/tmpl/donations.html +++ b/tmpl/donations.html @@ -9,7 +9,7 @@ [% donations.total_30 %] Euros have been donated to Mageia.org in the last 30 days. [%- l = 10 -%] - <h3>Last [% l %] donations</h3> + <h3>Last [% l %] donations <a href="donations.rss"><img src="http://static.mageia.org/g/images/smi/feed-16x16.png" alt="RSS feed" /></a></h3> <ul> [%- i=0 -%] [%- FOR don IN donations.donations.sort('date').reverse -%] |