summaryrefslogtreecommitdiffstats
path: root/templates/repo/graph/div.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/repo/graph/div.tmpl')
-rw-r--r--templates/repo/graph/div.tmpl7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/repo/graph/div.tmpl b/templates/repo/graph/div.tmpl
new file mode 100644
index 0000000..c0bd4e2
--- /dev/null
+++ b/templates/repo/graph/div.tmpl
@@ -0,0 +1,7 @@
+<div>
+ {{template "repo/graph/svgcontainer" .}}
+ {{template "repo/graph/commits" .}}
+ <div id="pagination">
+ {{template "base/paginate" .}}
+ </div>
+</div>