From 67a8db36a3b08e71f661ce629a7c4138eefd1d45 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Tue, 18 Feb 2025 08:20:36 +0800 Subject: [PATCH] repo_commit.html: Move the commit message out of the table --- templates/repo_commit.tmpl | 7 +++---- diff --git a/templates/repo_commit.tmpl b/templates/repo_commit.tmpl index 8797092020b1db9a729c2af157ddc9c3876fdfa9..f90a453dfc1bff30f91ce58e688866e9f0d0cca7 100644 --- a/templates/repo_commit.tmpl +++ b/templates/repo_commit.tmpl @@ -36,15 +36,14 @@ Committer date {{ .commit_object.Committer.When.Format "Mon, 02 Jan 2006 15:04:05 -0700" }} - Message -
{{ .commit_object.Message }}
- - Actions
Get patch
+ +
+
{{ .commit_object.Message }}
{{ $parent_commit_hash := .parent_commit_hash }} -- 2.48.1