aboutsummaryrefslogtreecommitdiffstats
path: root/templates/repo/graph.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/repo/graph.tmpl')
-rw-r--r--templates/repo/graph.tmpl5
1 files changed, 0 insertions, 5 deletions
diff --git a/templates/repo/graph.tmpl b/templates/repo/graph.tmpl
index 14fbfac6d7..2e8d0b5d91 100644
--- a/templates/repo/graph.tmpl
+++ b/templates/repo/graph.tmpl
@@ -2,8 +2,6 @@
<div class="repository commits">
{{template "repo/header" .}}
<div class="ui container">
-
-
<div id="git-graph-container" class="ui segment">
<h1>{{.i18n.Tr "repo.commit_graph"}}</h1>
<div id="rel-container">
@@ -37,9 +35,6 @@
</ul>
</div>
</div>
-
-
-
</div>
</div>
{{template "base/footer" .}}