File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 360360 {{if and $.StillCanManualMerge (not $showGeneralMergeForm)}}
361361 <div class="divider"></div>
362362 <div class="ui form">
363- <form action="{{.Link}}/merge" method="post">
363+ <form class="form-fetch-action" action="{{.Link}}/merge" method="post">
364364 {{.CsrfTokenHtml}}
365365 <div class="field">
366366 <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 11{{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}}">
33 {{if .IsRepo}}{{template "repo/header" .}}{{end}}
44 <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">
66 <p>{{if .NotFoundPrompt}}{{.NotFoundPrompt}}{{else}}{{ctx.Locale.Tr "error404" | Safe}}{{end}}</p>
77 {{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}}
128 </div>
139</div>
1410{{template "base/footer" .}}
You can’t perform that action at this time.
0 commit comments