2015-09-02 11:08:05 +03:00
|
|
|
{{template "base/head" .}}
|
2020-12-01 07:00:14 +03:00
|
|
|
<div class="page-content repository view issue pull files diff">
|
2015-09-02 11:08:05 +03:00
|
|
|
{{template "repo/header" .}}
|
2019-09-07 14:17:42 +03:00
|
|
|
<div class="ui container {{if .IsSplitStyle}}fluid padded{{end}}">
|
2015-09-02 11:08:05 +03:00
|
|
|
<div class="navbar">
|
|
|
|
{{template "repo/issue/navbar" .}}
|
|
|
|
<div class="ui right">
|
2018-09-17 01:28:23 +03:00
|
|
|
<a class="ui green button {{if not .PullRequestCtx.Allowed}}disabled{{end}}" href="{{.RepoLink}}/compare/{{.BranchName | EscapePound}}...{{.PullRequestCtx.HeadInfo | EscapePound}}">{{.i18n.Tr "repo.pulls.new"}}</a>
|
2015-09-02 11:08:05 +03:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="ui divider"></div>
|
|
|
|
{{template "repo/issue/view_title" .}}
|
|
|
|
{{template "repo/pulls/tab_menu" .}}
|
2018-08-20 08:04:01 +03:00
|
|
|
{{template "base/alert" .}}
|
2020-05-14 22:15:21 +03:00
|
|
|
<div class="ui bottom attached tab pull active">
|
2016-08-28 14:31:42 +03:00
|
|
|
{{template "repo/diff/box" .}}
|
2015-12-08 01:30:52 +03:00
|
|
|
</div>
|
2015-09-02 11:08:05 +03:00
|
|
|
</div>
|
|
|
|
</div>
|
2015-12-08 01:30:52 +03:00
|
|
|
{{template "base/footer" .}}
|