mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2025-05-04 10:58:48 +00:00
Add mutes list
This commit is contained in:
parent
da22d19fb4
commit
0df863ac40
2 changed files with 18 additions and 1 deletions
|
@ -99,7 +99,8 @@
|
|||
</div>
|
||||
{{if .IsCurrent}}
|
||||
<div>
|
||||
<a href="/user/{{.User.ID}}/bookmarks"> bookmarks </a>
|
||||
<a href="/user/{{.User.ID}}/bookmarks"> bookmarks </a> -
|
||||
<a href="/user/{{.User.ID}}/mutes"> mutes </a>
|
||||
</div>
|
||||
{{end}}
|
||||
<div>
|
||||
|
@ -143,6 +144,10 @@
|
|||
{{else}}
|
||||
<div class="no-data-found">No data found</div>
|
||||
{{end}}
|
||||
|
||||
{{else if eq .Type "mutes"}}
|
||||
<div class="page-title"> Mutes </div>
|
||||
{{template "userlist.tmpl" (WithContext .Users $.Ctx)}}
|
||||
{{end}}
|
||||
|
||||
<div class="pagination">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue