2015-09-02 10:08:05 +02:00
|
|
|
{{template "base/head" .}}
|
|
|
|
<div class="repository view issue pull files diff">
|
|
|
|
{{template "repo/header" .}}
|
|
|
|
<div class="ui container">
|
|
|
|
<div class="navbar">
|
|
|
|
{{template "repo/issue/navbar" .}}
|
|
|
|
<div class="ui right">
|
2018-09-17 00:28:23 +02: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 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" .}}
|
2015-12-07 23:30:52 +01:00
|
|
|
<div class="ui bottom attached tab pull segment 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" .}}
|