mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-08-30 06:03:58 +00:00
chore: fix eof, indention style and trailing whitespace
It was failing frontend and backend linters Please install editorconfig
This commit is contained in:
parent
59526e1bf4
commit
3c2c989d35
3 changed files with 3 additions and 3 deletions
|
@ -86,7 +86,7 @@
|
||||||
{{end}}
|
{{end}}
|
||||||
{{$commitShaLink := (printf "%s/pulls/%d/commits/%s" $commitRepoLink $.Issue.Index (PathEscape .ID.String))}}
|
{{$commitShaLink := (printf "%s/pulls/%d/commits/%s" $commitRepoLink $.Issue.Index (PathEscape .ID.String))}}
|
||||||
<button data-clipboard-text="{{.ID}}" class="{{$class}}">
|
<button data-clipboard-text="{{.ID}}" class="{{$class}}">
|
||||||
<span class="tw-m-2">{{svg "octicon-copy" 18}} {{ctx.Locale.Tr "copy"}}</span>
|
<span class="tw-m-2">{{svg "octicon-copy" 18}} {{ctx.Locale.Tr "copy"}}</span>
|
||||||
<span class="shortsha">{{ShortSha .ID.String}}</span>
|
<span class="shortsha">{{ShortSha .ID.String}}</span>
|
||||||
<span class="badge">{{if .Signature}}{{template "repo/shabox_badge" dict "root" $ "verification" .Verification}}{{end}}</span>
|
<span class="badge">{{if .Signature}}{{template "repo/shabox_badge" dict "root" $ "verification" .Verification}}{{end}}</span>
|
||||||
</button>
|
</button>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue