From ca874ba8c74d045b85bd54e6c808ad10937f9598 Mon Sep 17 00:00:00 2001 From: kaajavi Date: Tue, 6 Mar 2018 18:35:24 -0300 Subject: [PATCH] templates/repo: fix wrong branch url in branches view (#4902) --- templates/repo/branches/all.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/repo/branches/all.tmpl b/templates/repo/branches/all.tmpl index d4ea30769..42c67bc32 100644 --- a/templates/repo/branches/all.tmpl +++ b/templates/repo/branches/all.tmpl @@ -12,7 +12,7 @@ {{range .Branches}}
- {{if .IsProtected}} {{end}}{{.Name}} + {{if .IsProtected}} {{end}}{{.Name}} {{$timeSince := TimeSince .Commit.Committer.When $.Lang}} {{$.i18n.Tr "repo.branches.updated_by" $timeSince .Commit.Committer.Name | Safe}}