From 395106596ba93d39430759f00f8f8cb191c30327 Mon Sep 17 00:00:00 2001 From: Jordan Doyle Date: Mon, 18 Jul 2022 01:20:17 +0100 Subject: [PATCH] Add links to parents & commit permalinks --- templates/repo/commit.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/repo/commit.html b/templates/repo/commit.html index be35019..7b1e54f 100644 --- a/templates/repo/commit.html +++ a/templates/repo/commit.html @@ -21,7 +21,7 @@ commit -
{{ commit.oid() }}
+
{{ commit.oid() }}
tree @@ -30,7 +30,7 @@ {% for parent in commit.parents() %} parent -
{{ parent }}
+
{{ parent }}
{% endfor %} -- rgit 0.1.3