aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2020-01-23 14:42:35 -0500
committerThedro Neely <thedroneely@gmail.com>2020-01-23 14:42:35 -0500
commitf615bf9b94b463fee96436a827806c6e55c9c6ed (patch)
tree8753578ac51d8690866b7cfa07b0b6e0a3d0bce1 /templates
parenta1aca86b1fb4b2ad44e5d44ea0b248f125bc08cb (diff)
downloadgitea-templates-f615bf9b94b463fee96436a827806c6e55c9c6ed.tar.gz
gitea-templates-f615bf9b94b463fee96436a827806c6e55c9c6ed.tar.bz2
gitea-templates-f615bf9b94b463fee96436a827806c6e55c9c6ed.zip
templates/repo/header: Add class to repo name
Change font to bold
Diffstat (limited to 'templates')
-rw-r--r--templates/repo/header.tmpl6
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/repo/header.tmpl b/templates/repo/header.tmpl
index 257fb29..a9a5de1 100644
--- a/templates/repo/header.tmpl
+++ b/templates/repo/header.tmpl
@@ -10,7 +10,7 @@
{{end}}
<a href="{{AppSubUrl}}/{{.Owner.Name}}">{{.Owner.Name}}</a>
<div class="divider"> / </div>
- <a href="{{$.RepoLink}}">{{.Name}}</a>
+ <a class="repo-name" href="{{$.RepoLink}}">{{.Name}}</a>
{{if and .RelAvatarLink .IsPrivate}}<i class="mega-octicon octicon-lock"></i>{{end}}
{{if .IsArchived}}<i class="archive icon archived-icon"></i>{{end}}
{{if .IsMirror}}<div class="fork-flag">{{$.i18n.Tr "repo.mirror_from"}} <a target="_blank" rel="noopener noreferrer" href="{{MirrorAddress $.Mirror}}">{{MirrorAddress $.Mirror}}</a></div>{{end}}
@@ -55,6 +55,10 @@
</div>
</div>
+
+
+
+
</div><!-- end container -->
{{end}}
<div class="ui tabs container">