From 67a8db36a3b08e71f661ce629a7c4138eefd1d45 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Tue, 18 Feb 2025 08:20:36 +0800 Subject: repo_commit.html: Move the commit message out of the table --- templates/repo_commit.tmpl | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'templates') diff --git a/templates/repo_commit.tmpl b/templates/repo_commit.tmpl index 8797092..f90a453 100644 --- a/templates/repo_commit.tmpl +++ b/templates/repo_commit.tmpl @@ -35,10 +35,6 @@ Committer date {{ .commit_object.Committer.When.Format "Mon, 02 Jan 2006 15:04:05 -0700" }} - - Message -
{{ .commit_object.Message }}
- Actions
Get patch
@@ -46,6 +42,9 @@ +
+
{{ .commit_object.Message }}
+
{{ $parent_commit_hash := .parent_commit_hash }} {{ $commit_object := .commit_object }} -- cgit v1.2.3