aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Lécureuil <neoclust@mageia.org>2024-08-22 16:08:24 +0200
committerNicolas Lécureuil <neoclust@mageia.org>2024-08-22 16:08:24 +0200
commitfffcb3c8667ef3c8b04cb89b57519e5e85bb2b6a (patch)
tree42b6319ea36f300bf5a30ca11dd33f33d6ccc3c8
parent30133f1d73be11e74957e4ad439c50ec65e8e634 (diff)
downloadwww-fffcb3c8667ef3c8b04cb89b57519e5e85bb2b6a.tar
www-fffcb3c8667ef3c8b04cb89b57519e5e85bb2b6a.tar.gz
www-fffcb3c8667ef3c8b04cb89b57519e5e85bb2b6a.tar.bz2
www-fffcb3c8667ef3c8b04cb89b57519e5e85bb2b6a.tar.xz
www-fffcb3c8667ef3c8b04cb89b57519e5e85bb2b6a.zip
2023 and 2024 in progress
-rw-r--r--en/about/reports/index.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/en/about/reports/index.php b/en/about/reports/index.php
index ee8e98384..bd46c1d21 100644
--- a/en/about/reports/index.php
+++ b/en/about/reports/index.php
@@ -26,6 +26,8 @@ $rtl = is_locale_rtl($locale);
<p><?php _g('Here you will find our various activity and financial reports for every year.')?></p>
<ul>
+ <li>2024: <?php _g('%sFinancial report</a>%s.', array('<a href="https://treasurer.mageia.org/y_2024.html">', ' ' . _r('(in progress)')));?></li>
+ <li>2023: <?php _g('%sFinancial report</a>%s.', array('<a href="https://treasurer.mageia.org/y_2023.html">', ' ' . _r('(in progress)')));?></li>
<li>2022: <?php _g('%sFinancial report</a>%s.', array('<a href="https://treasurer.mageia.org/y_2022.html">', ' ' . _r('(in progress)')));?></li>
<li>2021: <?php _g('%sFinancial report</a>%s.', array('<a href="https://treasurer.mageia.org/y_2021.html">', ' ' . _r('(in progress)')));?></li>
<li>2020: <?php _g('%sFinancial report</a>%s.', array('<a href="https://treasurer.mageia.org/y_2020.html">', ''));?></li>