mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 18:04:14 +01:00
Backport #24428 by @KN4CK3R Fixes #24418 Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
This commit is contained in:
parent
e76b3f72b2
commit
7d7ba76c08
2 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
<div class="ui container user-cards">
|
||||
<div class="user-cards">
|
||||
{{if .CardsTitle}}
|
||||
<h2 class="ui dividing header">
|
||||
{{.CardsTitle}}
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
{{template "base/head" .}}
|
||||
<div role="main" aria-label="{{.Title}}" class="page-content repository watchers">
|
||||
{{template "repo/header" .}}
|
||||
{{template "repo/user_cards" .}}
|
||||
<div class="ui container">
|
||||
{{template "repo/user_cards" .}}
|
||||
</div>
|
||||
</div>
|
||||
{{template "base/footer" .}}
|
||||
|
|
Loading…
Reference in a new issue