mirror of
https://github.com/go-gitea/gitea
synced 2025-08-26 11:28:27 +00:00
#1692 APIs: Users Followers
- User profile un/follow - List user's followers/following
This commit is contained in:
6
templates/user/meta/followers.tmpl
Normal file
6
templates/user/meta/followers.tmpl
Normal file
@@ -0,0 +1,6 @@
|
||||
{{template "base/head" .}}
|
||||
<div class="user followers">
|
||||
{{template "user/meta/header" .}}
|
||||
{{template "repo/user_cards" .}}
|
||||
</div>
|
||||
{{template "base/footer" .}}
|
Reference in New Issue
Block a user