aboutsummaryrefslogtreecommitdiff
path: root/templates/repo/header.tmpl
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2020-01-31 16:22:22 -0500
committerThedro Neely <thedroneely@gmail.com>2020-01-31 16:22:22 -0500
commit4adfce34198cfd7128a4e0a8d7b971583ec3d1b2 (patch)
tree47d102f5abf800ae38cc39c66b4221c22c6ef11a /templates/repo/header.tmpl
parent52f5d138bde6333fda3bb66e4452b993cc49ddd1 (diff)
downloadgitea-templates-4adfce34198cfd7128a4e0a8d7b971583ec3d1b2.tar.gz
gitea-templates-4adfce34198cfd7128a4e0a8d7b971583ec3d1b2.tar.bz2
gitea-templates-4adfce34198cfd7128a4e0a8d7b971583ec3d1b2.zip
public/css/override: Add some repo icons back
Diffstat (limited to 'templates/repo/header.tmpl')
-rw-r--r--templates/repo/header.tmpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/repo/header.tmpl b/templates/repo/header.tmpl
index 2e00023..34c0175 100644
--- a/templates/repo/header.tmpl
+++ b/templates/repo/header.tmpl
@@ -92,12 +92,14 @@
<a class="{{if .PageIsCommits}}active{{end}} item"
href="{{.RepoLink}}/commits{{if .IsViewBranch}}/branch{{else if .IsViewTag}}/tag{{else if .IsViewCommit}}/commit{{end}}/{{EscapePound .BranchName}}">
+ <i class="octicon octicon-clock"></i>
{{.i18n.Tr "repo.commits"}}
<span class="ui small label">{{or .CommitsCount "0"}}</span>
</a>
<a class="{{if .PageIsBranches}}active{{end}} item"
href="{{.RepoLink}}/branches/">
+ <i class="octicon octicon-git-branch"></i>
{{.i18n.Tr "repo.branches"}}
<span class="ui small label">{{or .BranchesCount "0"}}</span>
</a>