aboutsummaryrefslogtreecommitdiffstats
path: root/tmpl/donations_all.html
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-07-12 10:44:08 +0000
committerNicolas Vigier <boklm@mageia.org>2013-07-12 10:44:08 +0000
commit46253bc51e3f251513b0149f0362021c86111019 (patch)
treec437973dc17a9686de898a3a408b61410d8c2e4b /tmpl/donations_all.html
parent18819a1623948c5f907c556e339b0f5b1d335524 (diff)
downloadmgatres-46253bc51e3f251513b0149f0362021c86111019.tar
mgatres-46253bc51e3f251513b0149f0362021c86111019.tar.gz
mgatres-46253bc51e3f251513b0149f0362021c86111019.tar.bz2
mgatres-46253bc51e3f251513b0149f0362021c86111019.tar.xz
mgatres-46253bc51e3f251513b0149f0362021c86111019.zip
Fix indentation
git-svn-id: svn+ssh://svn.mageia.org/svn/soft/mga-treasurer/trunk@8610 5b7c3c08-40e5-403b-9995-ace06908e4af
Diffstat (limited to 'tmpl/donations_all.html')
-rw-r--r--tmpl/donations_all.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/tmpl/donations_all.html b/tmpl/donations_all.html
index fbd9c2c..e9171e7 100644
--- a/tmpl/donations_all.html
+++ b/tmpl/donations_all.html
@@ -9,13 +9,13 @@
<h1 id='mgnavt'><a href="index.html">treasurer</a> » <a href="donations.html">donations</a> » all</h1>
<div class="content">
- <h1>Mageia.Org donations list</h1>
- <ul>
- [%- USE date(format='%Y/%m/%d') -%]
- [% FOR don IN donations.donations.sort('date').reverse %]
- <li><b><a href="donations_p_[% don.pa %].html">[% don.who %]</a></b> donated <b>[% don.amount %]</b> Euros on [% date.format(don.date) %] ([% don.sc_name %])</li>
- [%- END -%]
- </ul>
+ <h1>Mageia.Org donations list</h1>
+ <ul>
+ [%- USE date(format='%Y/%m/%d') -%]
+ [% FOR don IN donations.donations.sort('date').reverse %]
+ <li><b><a href="donations_p_[% don.pa %].html">[% don.who %]</a></b> donated <b>[% don.amount %]</b> Euros on [% date.format(don.date) %] ([% don.sc_name %])</li>
+ [%- END -%]
+ </ul>
</div>
</body>
</html>