From 10f027de65222224a095bb08b153b8cde619736e Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Sun, 30 Aug 2020 17:54:27 -0400 Subject: templates: Start over Use standard icon for favicon and avatar. Use native font stack. --- templates/repo/header.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/repo/header.tmpl') diff --git a/templates/repo/header.tmpl b/templates/repo/header.tmpl index 8606696..442f962 100644 --- a/templates/repo/header.tmpl +++ b/templates/repo/header.tmpl @@ -11,13 +11,13 @@ {{.Owner.Name}}
/
{{.Name}} + {{SizeFmt .Size}} {{if and .RelAvatarLink .IsPrivate}}{{end}} {{if .IsTemplate}}{{end}} {{if .IsArchived}}{{end}} {{if .IsMirror}}
{{$.i18n.Tr "repo.mirror_from"}} {{if .SanitizedOriginalURL}}{{.SanitizedOriginalURL}}{{else}}{{MirrorAddress $.Mirror}}{{end}}
{{end}} {{if .IsFork}}
{{$.i18n.Tr "repo.forked_from"}} {{SubStr .BaseRepo.RelLink 1 -1}}
{{end}} {{if .IsGenerated}}
{{$.i18n.Tr "repo.generated_from"}} {{SubStr .TemplateRepo.RelLink 1 -1}}
{{end}} - {{SizeFmt .Size}} {{if not .IsBeingCreated}}
@@ -100,7 +100,7 @@ + href="{{.RepoLink}}/commits{{if .IsViewBranch}}/branch{{else if .IsViewTag}}/tag{{else if .IsViewCommit}}/commit{{end}}/{{.Repository.DefaultBranch}}"> {{.i18n.Tr "repo.commits"}} {{or .CommitsCount "0"}} -- cgit v1.2.3