2015-09-02 13:38:05 +05:30
|
|
|
{{template "base/head" .}}
|
2021-11-22 17:50:16 +05:30
|
|
|
|
|
|
|
<input type="hidden" id="repolink" value="{{$.RepoRelPath}}">
|
|
|
|
<input type="hidden" id="issueIndex" value="{{.Issue.Index}}"/>
|
|
|
|
|
2020-12-01 09:30:14 +05:30
|
|
|
<div class="page-content repository view issue pull files diff">
|
2015-09-02 13:38:05 +05:30
|
|
|
{{template "repo/header" .}}
|
2019-09-07 16:47:42 +05:30
|
|
|
<div class="ui container {{if .IsSplitStyle}}fluid padded{{end}}">
|
2015-09-02 13:38:05 +05:30
|
|
|
<div class="navbar">
|
|
|
|
{{template "repo/issue/navbar" .}}
|
|
|
|
<div class="ui right">
|
2021-11-16 23:48:25 +05:30
|
|
|
<a class="ui green button {{if not .PullRequestCtx.Allowed}}disabled{{end}}" href="{{.RepoLink}}/compare/{{.BranchName | PathEscapeSegments}}...{{.PullRequestCtx.HeadInfoSubURL}}">{{.i18n.Tr "repo.pulls.new"}}</a>
|
2015-09-02 13:38:05 +05:30
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="ui divider"></div>
|
|
|
|
{{template "repo/issue/view_title" .}}
|
|
|
|
{{template "repo/pulls/tab_menu" .}}
|
2018-08-20 10:34:01 +05:30
|
|
|
{{template "base/alert" .}}
|
2020-05-15 00:45:21 +05:30
|
|
|
<div class="ui bottom attached tab pull active">
|
2016-08-28 17:01:42 +05:30
|
|
|
{{template "repo/diff/box" .}}
|
2015-12-08 04:00:52 +05:30
|
|
|
</div>
|
2015-09-02 13:38:05 +05:30
|
|
|
</div>
|
|
|
|
</div>
|
2015-12-08 04:00:52 +05:30
|
|
|
{{template "base/footer" .}}
|