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}}