From c7aed2909ba3dfca45004ae82fa00bca2ff1d931 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Fri, 26 Jul 2019 01:19:50 +0200 Subject: [PATCH 1/2] add class trom table header to table body --- templates/repo/branch/list.tmpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/repo/branch/list.tmpl b/templates/repo/branch/list.tmpl index 7963f8877ff73..98ef064cce7dd 100644 --- a/templates/repo/branch/list.tmpl +++ b/templates/repo/branch/list.tmpl @@ -48,7 +48,7 @@ {{range $branch := .Branches}} {{if ne .Name $.DefaultBranch}}
{{$.i18n.Tr "repo.branch.deleted_by" .DeletedBranch.DeletedBy.Name}} {{TimeSinceUnix .DeletedBranch.DeletedUnix $.i18n.Lang}}
@@ -60,7 +60,7 @@{{ShortSha .Commit.ID.String}} · · {{$.i18n.Tr "org.repo_updated"}} {{TimeSince .Commit.Committer.When $.i18n.Lang}}
{{end}}{{.i18n.Tr "repo.branch.name"}} | -- | - {{if and $.IsWriter (not $.IsMirror)}} - | {{.i18n.Tr "repo.branch.delete_head"}} | - {{end}} -
---|