mirror of
https://github.com/go-gitea/gitea
synced 2025-08-02 23:58:35 +00:00
Add some headings to repo views (#22869)
* Add role heading level 1 to username/repo title. * Copy behaviour of Releases to some other views. Contributed by @Forgejo.   Co-authored-by: delvh <leon@kske.dev> Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
committed by
GitHub
parent
a354636966
commit
c8093a13ff
@@ -3,7 +3,7 @@
|
||||
<div class="ui container">
|
||||
<div class="repo-header">
|
||||
<div class="repo-title-wrap df fc">
|
||||
<div class="repo-title">
|
||||
<div class="repo-title" role="heading" aria-level="1">
|
||||
{{$avatar := (repoAvatar . 32 "mr-3")}}
|
||||
{{if $avatar}}
|
||||
{{$avatar}}
|
||||
|
Reference in New Issue
Block a user