Files

9 lines
252 B
Handlebars
Raw Permalink Normal View History

2015-08-09 15:23:02 +08:00
{{template "base/head" .}}
<div role="main" aria-label="{{.Title}}" class="page-content repository new issue">
2015-08-09 15:23:02 +08:00
{{template "repo/header" .}}
2015-08-10 01:04:23 +08:00
<div class="ui container">
{{template "repo/issue/new_form" .}}
2015-08-09 15:23:02 +08:00
</div>
</div>
2015-12-07 23:30:52 +01:00
{{template "base/footer" .}}