From 11074258fc3ecc42f69a385f5433874bf3a8bb0f Mon Sep 17 00:00:00 2001
From: puni9869 <80308335+puni9869@users.noreply.github.com>
Date: Sat, 29 Jul 2023 21:49:12 +0530
Subject: [PATCH] Fix commit compare style (#26209)
as title
Fixes : #25825
Before
After change
Co-authored-by: Giteabot
---
templates/repo/commits_table.tmpl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/repo/commits_table.tmpl b/templates/repo/commits_table.tmpl
index b64695eb0b..415f3da0c0 100644
--- a/templates/repo/commits_table.tmpl
+++ b/templates/repo/commits_table.tmpl
@@ -8,7 +8,7 @@
{{.locale.Tr "repo.commits.no_commits" $.BaseBranch $.HeadBranch}} {{if .RefName}}({{.RefName}}){{end}}
{{end}}
-