1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-07-07 13:34:20 -04:00
gitea/templates/repo/pulls/files.tmpl

25 lines
898 B
Handlebars
Raw Normal View History

2015-09-02 04:08:05 -04:00
{{template "base/head" .}}
<input type="hidden" id="repolink" value="{{$.RepoRelPath}}">
<input type="hidden" id="issueIndex" value="{{.Issue.Index}}"/>
<div class="page-content repository view issue pull files diff">
2015-09-02 04:08:05 -04:00
{{template "repo/header" .}}
<div class="ui container fluid padded">
2015-09-02 04:08:05 -04:00
<div class="navbar">
{{template "repo/issue/navbar" .}}
<div class="ui right">
<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 04:08:05 -04:00
</div>
</div>
<div class="ui divider"></div>
{{template "repo/issue/view_title" .}}
{{template "repo/pulls/tab_menu" .}}
{{template "base/alert" .}}
<div class="ui bottom attached tab pull active">
2016-08-28 07:31:42 -04:00
{{template "repo/diff/box" .}}
</div>
2015-09-02 04:08:05 -04:00
</div>
</div>
{{template "base/footer" .}}