From 17f652a91cf0857bdb3ae0abaed7d2e630952cb8 Mon Sep 17 00:00:00 2001 From: Cirno the Strongest <1447794+CirnoT@users.noreply.github.com> Date: Sun, 17 May 2020 17:35:07 +0200 Subject: [PATCH] Increase width for authors on commit view (#11441) Co-authored-by: Lunny Xiao Co-authored-by: zeripath Co-authored-by: Lauris BH --- templates/repo/commit_page.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/repo/commit_page.tmpl b/templates/repo/commit_page.tmpl index f19292fd9..f884bee7b 100644 --- a/templates/repo/commit_page.tmpl +++ b/templates/repo/commit_page.tmpl @@ -31,7 +31,7 @@
-
+
{{if .Author}} {{if .Author.FullName}} @@ -47,7 +47,7 @@ {{if ne .Verification.CommittingUser.ID 0}} - {{.Commit.Committer.Name}} <{{.Commit.Committer.Email}}> + {{.Commit.Committer.Name}} <{{.Commit.Committer.Email}}> {{else}} {{.Commit.Committer.Name}} @@ -55,7 +55,7 @@ {{end}} {{TimeSince .Commit.Author.When $.Lang}}
-
+
{{if .Parents}}