2015-09-02 13:38:05 +05:30
|
|
|
{{template "base/head" .}}
|
2020-12-01 09:30:14 +05:30
|
|
|
<div class="page-content repository view issue pull commits">
|
2015-09-02 13:38:05 +05:30
|
|
|
{{template "repo/header" .}}
|
|
|
|
<div class="ui container">
|
|
|
|
<div class="navbar">
|
|
|
|
{{template "repo/issue/navbar" .}}
|
|
|
|
<div class="ui right">
|
2018-09-17 03:58:23 +05:30
|
|
|
<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 13:38:05 +05:30
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="ui divider"></div>
|
|
|
|
{{template "repo/issue/view_title" .}}
|
|
|
|
{{template "repo/pulls/tab_menu" .}}
|
2020-05-15 00:45:21 +05:30
|
|
|
<div class="ui bottom attached tab pull active">
|
2015-09-02 13:38:05 +05:30
|
|
|
{{template "repo/commits_table" .}}
|
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" .}}
|