diff options
author | Lukas Fleischer <lfleischer@archlinux.org> | 2015-12-12 17:25:49 +0100 |
---|---|---|
committer | Lukas Fleischer <lfleischer@archlinux.org> | 2015-12-13 18:28:06 +0100 |
commit | 9abd44671d690f91440c22e2069060500811cd21 (patch) | |
tree | 9d10492d78ece170e46ef8040bfa567677306bd9 /web/template/stats/updates_table.php | |
parent | 76aea988f6ca200f0d4ecf54bb2fbfb0f85e4e19 (diff) | |
download | aur-9abd44671d690f91440c22e2069060500811cd21.tar.gz aur-9abd44671d690f91440c22e2069060500811cd21.tar.xz |
Add a "more" link to the recent updates box
Implements FS#46924.
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
Diffstat (limited to 'web/template/stats/updates_table.php')
-rw-r--r-- | web/template/stats/updates_table.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/template/stats/updates_table.php b/web/template/stats/updates_table.php index 7cad3fa4..cecfb9f5 100644 --- a/web/template/stats/updates_table.php +++ b/web/template/stats/updates_table.php @@ -1,4 +1,4 @@ -<h3><?= __("Recent Updates") ?></h3> +<h3><?= __("Recent Updates") ?> <span class="more">(<a href="<?= get_uri('/packages/') ?>?SB=l&SO=d"><?= _('more') ?></a>)</span></h3> <a href="<?= get_uri('/rss/') ?>" title="Arch Package Updates RSS Feed" class="rss-icon"><img src="/images/rss.svg" alt="RSS Feed" /></a> |