Add user cards view
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
This commit is contained in:
@@ -13,8 +13,10 @@
|
||||
<ul class="collapsible-body collection collapsible-collection">
|
||||
{% for u, t in last_seen.items() %}
|
||||
<li class="collection-item">
|
||||
<i class="material-icons tiny">person</i>
|
||||
{{u | display_name}}
|
||||
<a href="/m/doorboy/user/{{u}}/cards">
|
||||
<i class="material-icons tiny">person</i>
|
||||
{{u | display_name}}
|
||||
</a>
|
||||
<div class="secondary-content black-text">
|
||||
<i class="material-icons tiny">access_time</i>
|
||||
{{t | timeago}}
|
||||
|
Reference in New Issue
Block a user