Files

13 lines
376 B
Handlebars
Raw Permalink Normal View History

2015-08-12 17:04:23 +08:00
{{template "base/head" .}}
<div role="main" aria-label="{{.Title}}" class="page-content repository view issue pull">
2015-08-12 17:04:23 +08:00
{{template "repo/header" .}}
<div class="ui container">
{{template "repo/issue/view_title" .}}
2015-09-01 19:07:02 -04:00
{{if .Issue.IsPull}}
2015-12-07 23:30:52 +01:00
{{template "repo/pulls/tab_menu" .}}
2015-09-01 19:07:02 -04:00
{{end}}
{{template "repo/issue/view_content" .}}
2015-08-12 17:04:23 +08:00
</div>
2014-03-26 21:47:20 +08:00
</div>
2015-12-07 23:30:52 +01:00
{{template "base/footer" .}}