Compare commits

..

No commits in common. "5d4aab1d588452b928904589c140c046d02676ca" and "2bbcce513349983d093dec75efcc4d8be71226d8" have entirely different histories.

3 changed files with 2 additions and 17 deletions

4
README
View File

@ -55,7 +55,3 @@ this software. If not, see http://creativecommons.org/publicdomain/zero/1.0/.
[1] https://pleroma.social
Related projects:
https://codeberg.org/SimpleWeb/SimpleerTube (archived, but it works)
https://codeberg.org/ManeraKai/simplytranslate

View File

@ -13,17 +13,6 @@
<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}}">

View File

@ -226,10 +226,10 @@
</div>
</form>
{{end}}
<div class="status-action-container">
<div class="status-action-container">
{{if eq (printf "%.7s" .URL) "/search"}}
<div class="status-action">
<a href="{{.URL}}" target="_blank">Federate!</a>
<a href="{{.URL}}">Federate!</a>
</div>
{{else}}
<div class="status-action">