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