mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-08-29 21:53:53 +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
|
@ -49,4 +49,4 @@
|
||||||
{{end}}
|
{{end}}
|
||||||
{{end}}
|
{{end}}
|
||||||
|
|
||||||
{{template "base/paginate" .}}
|
{{template "base/paginate" .}}
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -2814,7 +2814,7 @@ tbody.commit-list {
|
||||||
grid-column: 1;
|
grid-column: 1;
|
||||||
justify-self: left;
|
justify-self: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.commit-timeline .mobile-btn {
|
.commit-timeline .mobile-btn {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-row: 3;
|
grid-row: 3;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue