From 330fc074373deb7f81c84b1113ac48e61276c7b7 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Mon, 1 Oct 2018 15:24:01 -0400 Subject: [PATCH] Wire up commit placeholder links throughout --- gitsrht/templates/tree.html | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/gitsrht/templates/tree.html b/gitsrht/templates/tree.html index aa8a5c6..dd36016 100644 --- a/gitsrht/templates/tree.html +++ b/gitsrht/templates/tree.html @@ -7,7 +7,12 @@ {{ utils.breadcrumb(ref, repo, path, path_join) }}
- {{commit.id.hex[:8]}} — + {{commit.id.hex[:8]}}{{commit.author.name}}: {{trim_commit(commit.message)}} @@ -48,7 +53,12 @@
{% if entry.commit %} - {{trim_commit(entry.commit.message)}} + {{trim_commit(entry.commit.message)}} {% endif %}
-- 2.38.4