mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2025-05-10 22:08:45 +00:00
hide boosts by default
This commit is contained in:
parent
96a0d7cf05
commit
bb5ee85c34
2 changed files with 8 additions and 3 deletions
|
@ -1,6 +1,8 @@
|
|||
{{with .Data}}
|
||||
<div id="status-{{.ID}}" class="status-container-container">
|
||||
{{if .Reblog}}
|
||||
<details>
|
||||
<summary>
|
||||
<div class="retweet-info">
|
||||
<a class="img-link" href="/user/{{.Account.ID}}">
|
||||
<img class="status-profile-img" src="{{.Account.Avatar}}" title="@{{.Account.Acct}}" alt="avatar" height="24" />
|
||||
|
@ -9,9 +11,11 @@
|
|||
<a href="/user/{{.Account.ID}}">
|
||||
<span class="status-uname">@{{.Account.Acct}}</span>
|
||||
</a>
|
||||
retweeted
|
||||
retweeteed
|
||||
</div>
|
||||
</summary>
|
||||
{{template "status" (WithContext .Reblog $.Ctx)}}
|
||||
</details>
|
||||
{{else}}
|
||||
{{block "status" (WithContext . $.Ctx)}}
|
||||
{{with $s := .Data}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue