mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2024-11-16 09:49:21 +02:00
add some requestlist info
This commit is contained in:
parent
11f2b2fd08
commit
3490890c44
|
@ -13,6 +13,17 @@
|
|||
<a class="img-link" href="/user/{{.ID}}">
|
||||
<div class="status-uname">{{.Acct}}</div>
|
||||
</a>
|
||||
<div class="status-uregdate">registered/federated {{TimeSince .CreatedAt}}</div>
|
||||
{{if eq (len .Note) 0}}
|
||||
<div class="status-ubio">empty bio!</div>
|
||||
{{end}}
|
||||
{{if not .StatusesCount}}
|
||||
<div class="status-ubio">no statuses!</div>
|
||||
{{end}}
|
||||
{{if .Moved}}
|
||||
<div class="status-umv">Moved to <a href="/user/{{.Moved.ID}}">{{.Moved.Acct}}</a></div>
|
||||
{{end}}
|
||||
<div class="status-ufls">follows: {{.FollowingCount}} followers: {{.FollowersCount}}</div>
|
||||
</div>
|
||||
<form class="d-inline" action="/accept/{{.ID}}" method="post" target="_self">
|
||||
<input type="hidden" name="csrf_token" value="{{$.Ctx.CSRFToken}}">
|
||||
|
|
Loading…
Reference in New Issue