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