summaryrefslogtreecommitdiffstats
path: root/web/template/tu_last_votes_list.php
diff options
context:
space:
mode:
authorLukas Fleischer <lfleischer@archlinux.org>2015-06-14 09:49:17 +0200
committerLukas Fleischer <lfleischer@archlinux.org>2015-06-14 17:58:56 +0200
commita2f79eb2e1ff74e7d2403bf194a52b41cc7f3c0c (patch)
treee3ee9cea28d8a8a8b28eadef3b86e314690b2b81 /web/template/tu_last_votes_list.php
parent19ee268935de2befc68fc245555cfc5ba7951062 (diff)
downloadaurweb-a2f79eb2e1ff74e7d2403bf194a52b41cc7f3c0c.tar.xz
Refactor code for printing account links
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
Diffstat (limited to 'web/template/tu_last_votes_list.php')
-rw-r--r--web/template/tu_last_votes_list.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/template/tu_last_votes_list.php b/web/template/tu_last_votes_list.php
index f7b07bc..5cff248 100644
--- a/web/template/tu_last_votes_list.php
+++ b/web/template/tu_last_votes_list.php
@@ -21,7 +21,7 @@
?>
<tr class="<?= $c ?>">
<td>
- <a href="<?= get_uri('/account/') . html_format_username($username) ?>" title="<?= __('View account information for %s', html_format_username($username)) ?>"><?= html_format_username($username) ?></a>
+ <?= html_format_username($username) ?>
</td>
<td>
<a href="<?= get_uri('/tu/'); ?>?id=<?= $row['LastVote'] ?>"><?= intval($row["LastVote"]) ?></a>