From b06dbf67b9ac9e329922d7911ee7a9b09419c5f0 Mon Sep 17 00:00:00 2001 From: Christoph Schlosser Date: Sat, 30 Aug 2025 19:36:51 +0200 Subject: g2h: Link to tree from commit page --- g2h/commit_page.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'g2h/commit_page.py') diff --git a/g2h/commit_page.py b/g2h/commit_page.py index 7123c82..6111013 100644 --- a/g2h/commit_page.py +++ b/g2h/commit_page.py @@ -24,5 +24,6 @@ class CommitPage(Page): return { 'commit': self.commit, 'title': self.name + ': ' + self.commit.hexsha, - 'redacted_email': redact_email(self.commit.author.email) + 'redacted_email': redact_email(self.commit.author.email), + 'content_subdir': self.content_subdir } -- cgit v1.2.3