summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-06-14 19:11:47 +0200
committerLukas Fleischer <lfleischer@archlinux.org>2015-06-14 19:14:34 +0200
commit37960beea130699969e4870799d073f28bc0f550 (patch)
treec1d70ca69ed7f20fd24c8d1df5ca1fc69fbac08d
parent9d0f07ddefe5e8eff4f2eb4b39948daab354fb32 (diff)
downloadaurweb-37960beea130699969e4870799d073f28bc0f550.tar.xz
footer: Link version number to release log
Fixes FS#45321 Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
-rw-r--r--web/template/footer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/template/footer.php b/web/template/footer.php
index 1b451b3..068cc06 100644
--- a/web/template/footer.php
+++ b/web/template/footer.php
@@ -3,7 +3,7 @@
<div id="footer">
<?php if ($ver): ?>
- <p>aurweb <?= htmlspecialchars($ver) ?></p>
+ <p>aurweb <a href="https://projects.archlinux.org/aurweb.git/log/?h=<?= htmlspecialchars($ver, ENT_QUOTES) ?>"><?= htmlspecialchars($ver) ?></a></p>
<?php endif; ?>
<p>Copyright &copy; 2004-<?= date("Y") ?> aurweb Development Team.</p>
<p><?= __('Unsupported packages are user produced content. Any use of the provided files is at your own risk.') ?></p>