mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2025-06-15 15:38:44 +00:00
Focus relevant status on like, retweet and reply
This commit is contained in:
parent
787a197ad8
commit
ea66bd539d
5 changed files with 20 additions and 15 deletions
|
@ -1,4 +1,4 @@
|
|||
<div id="status-{{.ID}}" class="status-container-container">
|
||||
<div id="status-{{if .Reblog}}{{.Reblog.ID}}{{else}}{{.ID}}{{end}}" class="status-container-container">
|
||||
{{if .Reblog}}
|
||||
<div class="retweet-info">
|
||||
<img class="status-profile-img" src="{{.Account.AvatarStatic}}" alt="profile-avatar" />
|
||||
|
@ -67,7 +67,7 @@
|
|||
<span> {{DisplayInteractionCount .FavouritesCount}} </span>
|
||||
</a>
|
||||
{{end}}
|
||||
<a class="status-time" href="/thread/{{.ID}}">
|
||||
<a class="status-time" href="/thread/{{.ID}}#status-{{.ID}}">
|
||||
<time datetime="{{FormatTimeRFC3339 .CreatedAt}}" title="{{.CreatedAt}}"> {{TimeSince .CreatedAt}} </time>
|
||||
</a>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue