diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-18 18:31:54 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-18 18:31:54 -0400 |
commit | fbd252c1cf26009e8880c632c8154361db33175e (patch) | |
tree | 77fcadee5fd627a478ca5022349026196d3669c7 /templates/repo/pulls.tmpl | |
parent | 58147bef20d56fd5cb8bccad08eff53cecaa2681 (diff) | |
download | gitea-fbd252c1cf26009e8880c632c8154361db33175e.tar.gz gitea-fbd252c1cf26009e8880c632c8154361db33175e.zip |
Mirror fix
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 0000000000..daacc089c3 --- /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="gogs-body" class="container"> + <div id="gogs-source"> + </div> +</div> +{{template "base/footer" .}}
\ No newline at end of file |