Платформа ЦРНП "Мирокод" для разработки проектов
https://git.mirocod.ru
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
923 B
24 lines
923 B
{{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"> |
|
{{template "repo/header" .}} |
|
<div class="ui container {{if .IsSplitStyle}}fluid padded{{end}}"> |
|
<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}}">{{.i18n.Tr "repo.pulls.new"}}</a> |
|
</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"> |
|
{{template "repo/diff/box" .}} |
|
</div> |
|
</div> |
|
</div> |
|
{{template "base/footer" .}}
|
|
|