2015-09-02 08:08:05 +00:00
|
|
|
{{template "base/head" .}}
|
2021-11-22 12:20:16 +00:00
|
|
|
|
|
|
|
<input type="hidden" id="repolink" value="{{$.RepoRelPath}}">
|
|
|
|
<input type="hidden" id="issueIndex" value="{{.Issue.Index}}"/>
|
|
|
|
|
2023-02-01 22:56:10 +00:00
|
|
|
<div role="main" aria-label="{{.Title}}" class="page-content repository view issue pull files diff">
|
2015-09-02 08:08:05 +00:00
|
|
|
{{template "repo/header" .}}
|
2022-10-19 14:48:29 +00:00
|
|
|
<div class="ui container {{if .IsSplitStyle}}fluid padded{{end}}">
|
2015-09-02 08:08:05 +00:00
|
|
|
<div class="navbar">
|
|
|
|
{{template "repo/issue/navbar" .}}
|
|
|
|
<div class="ui right">
|
2022-06-27 20:58:46 +00:00
|
|
|
<a class="ui green button {{if not .PullRequestCtx.Allowed}}disabled{{end}}" href="{{.RepoLink}}/compare/{{.BranchName | PathEscapeSegments}}...{{.PullRequestCtx.HeadInfoSubURL}}">{{.locale.Tr "repo.pulls.new"}}</a>
|
2015-09-02 08:08:05 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="ui divider"></div>
|
|
|
|
{{template "repo/issue/view_title" .}}
|
|
|
|
{{template "repo/pulls/tab_menu" .}}
|
2018-08-20 05:04:01 +00:00
|
|
|
{{template "base/alert" .}}
|
2020-05-14 19:15:21 +00:00
|
|
|
<div class="ui bottom attached tab pull active">
|
2016-08-28 11:31:42 +00:00
|
|
|
{{template "repo/diff/box" .}}
|
2015-12-07 22:30:52 +00:00
|
|
|
</div>
|
2015-09-02 08:08:05 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
2015-12-07 22:30:52 +00:00
|
|
|
{{template "base/footer" .}}
|