mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
fix: link to user account in last votes by tu listing
Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
ab1479925b
commit
987f9eab3b
2 changed files with 7 additions and 1 deletions
|
@ -18,7 +18,11 @@
|
|||
{% else %}
|
||||
{% for vote in votes %}
|
||||
<tr>
|
||||
<td>{{ vote.Username }}</td>
|
||||
<td>
|
||||
<a href="/account/{{ vote.Username }}">
|
||||
{{ vote.Username }}
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="/tu/{{ vote.LastVote }}">
|
||||
{{ vote.LastVote }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue