summaryrefslogtreecommitdiffstats
path: root/templates/repo/commits.tmpl
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-03-17 06:58:34 -0400
committerUnknown <joe2010xtmf@163.com>2014-03-17 06:58:34 -0400
commitee93186f72262e702661df1469d72546de426787 (patch)
tree3d339831a408deec77f145d31dd7762e3d3ecefc /templates/repo/commits.tmpl
parent5bc2a1a6f98ae42ab5c30299d26082ffae54b859 (diff)
downloadgitea-ee93186f72262e702661df1469d72546de426787.tar.gz
gitea-ee93186f72262e702661df1469d72546de426787.zip
Mirror change
Diffstat (limited to 'templates/repo/commits.tmpl')
-rw-r--r--templates/repo/commits.tmpl9
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/repo/commits.tmpl b/templates/repo/commits.tmpl
new file mode 100644
index 0000000000..7ebe68b6a0
--- /dev/null
+++ b/templates/repo/commits.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-commits">
+ </div>
+</div>
+{{template "base/footer" .}} \ No newline at end of file