Files
Atay-Makhzan/templates/repo/pulls/files.tmpl
T

25 lines
923 B
Handlebars
Raw Normal View History

2015-09-02 04:08:05 -04:00
{{template "base/head" .}}
2021-11-22 13:20:16 +01:00
<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 {{if .IsSplitStyle}}fluid padded{{end}}">
2015-09-02 04:08:05 -04:00
<div class="navbar">
{{template "repo/issue/navbar" .}}
<div class="ui right">
2021-11-16 18:18:25 +00:00
<a class="ui green button {{if not .PullRequestCtx.Allowed}}disabled{{end}}" href="{{.RepoLink}}/compare/{{.BranchName | PathEscapeSegments}}...{{.PullRequestCtx.HeadInfoSubURL}}">{{.i18n.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" .}}
2020-05-14 21:15:21 +02:00
<div class="ui bottom attached tab pull active">
2016-08-28 04:31:42 -07:00
{{template "repo/diff/box" .}}
2015-12-07 23:30:52 +01:00
</div>
2015-09-02 04:08:05 -04:00
</div>
</div>
2015-12-07 23:30:52 +01:00
{{template "base/footer" .}}