diff options
Diffstat (limited to 'templates/repo/pulls.tmpl')
-rw-r--r-- | templates/repo/pulls.tmpl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/repo/pulls.tmpl b/templates/repo/pulls.tmpl new file mode 100644 index 00000000..8c5d9376 --- /dev/null +++ b/templates/repo/pulls.tmpl @@ -0,0 +1,9 @@ +{{template "base/head" .}} +{{template "base/navbar" .}} +{{template "repo/nav" .}} +{{template "repo/toolbar" .}} +<div id="body" class="container"> + <div id="source"> + </div> +</div> +{{template "base/footer" .}}
\ No newline at end of file |