summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Fleischer <lfleischer@archlinux.org>2017-02-11 22:21:03 +0100
committerLukas Fleischer <lfleischer@archlinux.org>2017-02-12 12:42:47 +0100
commit3a167a109b240ef7c8c2fa7363156456c6861521 (patch)
treeeef1ccfe70217a84cee9677be740cf8308f1b76d
parent3ac5108db3276b80f1ce111701f01dafc92761dd (diff)
downloadaur-3a167a109b240ef7c8c2fa7363156456c6861521.tar.gz
aur-3a167a109b240ef7c8c2fa7363156456c6861521.tar.xz
Move package search links on the dashboard
Move the package search links below the section headings. Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
-rw-r--r--web/html/home.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/web/html/home.php b/web/html/home.php
index 16525419..ee7caf77 100644
--- a/web/html/home.php
+++ b/web/html/home.php
@@ -41,7 +41,8 @@ if (isset($_COOKIE["AURSID"])) {
?>
</div>
<div id="intro" class="box">
- <h2><?= __("My Packages"); ?> <span class="more">(<a href="<?= get_uri('/packages/') ?>?SeB=m&amp;K=<?= username_from_sid($_COOKIE["AURSID"]); ?>"><?= __('more') ?></a>)</span></h2>
+ <h2><?= __("My Packages"); ?></h2>
+ <p><a href="<?= get_uri('/packages/') ?>?SeB=m&amp;K=<?= username_from_sid($_COOKIE["AURSID"]); ?>"><?= __('Search for packages I maintain') ?></a></p>
<?php
$params = array(
'PP' => 50,
@@ -54,7 +55,8 @@ if (isset($_COOKIE["AURSID"])) {
?>
</div>
<div id="intro" class="box">
- <h2><?= __("Co-Maintained Packages"); ?> <span class="more">(<a href="<?= get_uri('/packages/') ?>?SeB=c&amp;K=<?= username_from_sid($_COOKIE["AURSID"]); ?>"><?= __('more') ?></a>)</span></h2>
+ <h2><?= __("Co-Maintained Packages"); ?></h2>
+ <p><a href="<?= get_uri('/packages/') ?>?SeB=c&amp;K=<?= username_from_sid($_COOKIE["AURSID"]); ?>"><?= __('Search for packages I co-maintain') ?></a></p>
<?php
$params = array(
'PP' => 50,