2015-09-02 04:08:05 -04:00
|
|
|
{{template "base/head" .}}
|
2021-11-22 07:20:16 -05:00
|
|
|
|
|
|
|
<input type="hidden" id="repolink" value="{{$.RepoRelPath}}">
|
|
|
|
<input type="hidden" id="issueIndex" value="{{.Issue.Index}}"/>
|
|
|
|
|
2020-11-30 23:00:14 -05:00
|
|
|
<div class="page-content repository view issue pull files diff">
|
2015-09-02 04:08:05 -04:00
|
|
|
{{template "repo/header" .}}
|
2022-10-19 10:48:29 -04:00
|
|
|
<div class="ui container {{if .IsSplitStyle}}fluid padded{{end}}">
|
2015-09-02 04:08:05 -04:00
|
|
|
<div class="navbar">
|
|
|
|
{{template "repo/issue/navbar" .}}
|
|
|
|
<div class="ui right">
|
2022-06-27 16:58:46 -04: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 04:08:05 -04:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="ui divider"></div>
|
|
|
|
{{template "repo/issue/view_title" .}}
|
|
|
|
{{template "repo/pulls/tab_menu" .}}
|
2018-08-20 01:04:01 -04:00
|
|
|
{{template "base/alert" .}}
|
2020-05-14 15:15:21 -04:00
|
|
|
<div class="ui bottom attached tab pull active">
|
2016-08-28 07:31:42 -04:00
|
|
|
{{template "repo/diff/box" .}}
|
2015-12-07 17:30:52 -05:00
|
|
|
</div>
|
2015-09-02 04:08:05 -04:00
|
|
|
</div>
|
|
|
|
</div>
|
2015-12-07 17:30:52 -05:00
|
|
|
{{template "base/footer" .}}
|