2015-09-02 02:08:05 -06:00
|
|
|
{{template "base/head" .}}
|
2020-11-30 21:00:14 -07:00
|
|
|
<div class="page-content repository view issue pull commits">
|
2015-09-02 02:08:05 -06:00
|
|
|
{{template "repo/header" .}}
|
|
|
|
<div class="ui container">
|
|
|
|
<div class="navbar">
|
|
|
|
{{template "repo/issue/navbar" .}}
|
|
|
|
<div class="ui right">
|
2022-06-27 14:58:46 -06: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 02:08:05 -06:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="ui divider"></div>
|
|
|
|
{{template "repo/issue/view_title" .}}
|
|
|
|
{{template "repo/pulls/tab_menu" .}}
|
2020-05-14 13:15:21 -06:00
|
|
|
<div class="ui bottom attached tab pull active">
|
2015-09-02 02:08:05 -06:00
|
|
|
{{template "repo/commits_table" .}}
|
2015-12-07 15:30:52 -07:00
|
|
|
</div>
|
2015-09-02 02:08:05 -06:00
|
|
|
</div>
|
|
|
|
</div>
|
2015-12-07 15:30:52 -07:00
|
|
|
{{template "base/footer" .}}
|