File tree 2 files changed +3
-7
lines changed
2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 360
360
{{if and $.StillCanManualMerge (not $showGeneralMergeForm)}}
361
361
<div class="divider"></div>
362
362
<div class="ui form">
363
- <form action="{{.Link}}/merge" method="post">
363
+ <form class="form-fetch-action" action="{{.Link}}/merge" method="post">
364
364
{{.CsrfTokenHtml}}
365
365
<div class="field">
366
366
<input type="text" name="merge_commit_id" placeholder="{{ctx.Locale.Tr "repo.pulls.merge_commit_id"}}">
Original file line number Diff line number Diff line change 1
1
{{template "base/head" .}}
2
- <div role="main" aria-label="{{.Title}}" class="page-content ui container center gt-w-screen {{if .IsRepo}}repository{{end}}">
2
+ <div role="main" aria-label="{{.Title}}" class="page-content {{if .IsRepo}}repository{{end}}">
3
3
{{if .IsRepo}}{{template "repo/header" .}}{{end}}
4
4
<div class="ui container center">
5
- <p style="margin-top: 100px"><img src="{{AssetUrlPrefix}}/img/404.png" alt="404"></p >
5
+ <img style="margin: 50px 0; max-width: 80vw" src="{{AssetUrlPrefix}}/img/404.png" alt="404">
6
6
<p>{{if .NotFoundPrompt}}{{.NotFoundPrompt}}{{else}}{{ctx.Locale.Tr "error404" | Safe}}{{end}}</p>
7
7
{{if .NotFoundGoBackURL}}<a class="ui button green" href="{{.NotFoundGoBackURL}}">{{ctx.Locale.Tr "go_back"}}</a>{{end}}
8
-
9
- <div class="divider"></div>
10
- <br>
11
- {{if .ShowFooterVersion}}<p>{{ctx.Locale.Tr "admin.config.app_ver"}}: {{AppVer}}</p>{{end}}
12
8
</div>
13
9
</div>
14
10
{{template "base/footer" .}}
You can’t perform that action at this time.
0 commit comments