Skip to content

Commit 7d7ba76

Browse files
GiteaBotKN4CK3R
andauthored
Fix user-cards format (#24428) (#24431)
Backport #24428 by @KN4CK3R Fixes #24418 Co-authored-by: KN4CK3R <[email protected]>
1 parent e76b3f7 commit 7d7ba76

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

templates/repo/user_cards.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="ui container user-cards">
1+
<div class="user-cards">
22
{{if .CardsTitle}}
33
<h2 class="ui dividing header">
44
{{.CardsTitle}}

templates/repo/watchers.tmpl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{{template "base/head" .}}
22
<div role="main" aria-label="{{.Title}}" class="page-content repository watchers">
33
{{template "repo/header" .}}
4-
{{template "repo/user_cards" .}}
4+
<div class="ui container">
5+
{{template "repo/user_cards" .}}
6+
</div>
57
</div>
68
{{template "base/footer" .}}

0 commit comments

Comments
 (0)