mirror of
https://github.com/go-gitea/gitea
synced 2024-11-21 22:01:18 +01:00
Fix checks
This commit is contained in:
parent
abd25ce5d5
commit
b9cb143e17
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@
|
|||
{{template "shared/user/avatarlink" dict "user" .Poster}}
|
||||
<span class="text grey muted-links">
|
||||
{{template "shared/user/authorlink" .Poster}}
|
||||
{{ $oldRef := HTMLFormat `<span class="tw-line-through">%s</span>` .OldRef }}
|
||||
{{$oldRef := HTMLFormat `<span class="tw-line-through">%s</span>` .OldRef}}
|
||||
{{ctx.Locale.Tr "repo.issues.delete_branch_at" $oldRef $createdStr}}
|
||||
</span>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue