aboutsummaryrefslogtreecommitdiff
path: root/templates/commit.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/commit.html')
-rw-r--r--templates/commit.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/templates/commit.html b/templates/commit.html
index 49f4574..f9166f1 100644
--- a/templates/commit.html
+++ b/templates/commit.html
@@ -2,7 +2,6 @@
<!DOCTYPE html>
<html>
{{ template "head" . }}
-
{{ template "repoheader" . }}
<body>
{{ template "nav" . }}
@@ -15,7 +14,6 @@
{{ .commit.Author.Name }} <a href="mailto:{{ .commit.Author.Email }}" class="commit-email">{{ .commit.Author.Email}}</a>
<div>{{ .commit.Author.When.Format "Mon, 02 Jan 2006 15:04:05 -0700" }}</div>
</div>
-
<div>
<strong>commit</strong>
<p><a href="/{{ .name }}/commit/{{ .commit.This }}" class="commit-hash">
@@ -23,7 +21,6 @@
</a>
</p>
</div>
-
{{ if .commit.Parent }}
<div>
<strong>parent</strong>
@@ -31,7 +28,6 @@
{{ .commit.Parent }}
</a></p>
</div>
-
{{ end }}
<div class="diff-stat">
<div>