Skip to content

Commit

Permalink
Fix user-cards format (#24428) (#24431)
Browse files Browse the repository at this point in the history
Backport #24428 by @KN4CK3R

Fixes #24418

Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
  • Loading branch information
GiteaBot and KN4CK3R authored Apr 30, 2023
1 parent e76b3f7 commit 7d7ba76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/repo/user_cards.tmpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="ui container user-cards">
<div class="user-cards">
{{if .CardsTitle}}
<h2 class="ui dividing header">
{{.CardsTitle}}
Expand Down
4 changes: 3 additions & 1 deletion templates/repo/watchers.tmpl
Original file line number Diff line number Diff line change
@@ -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" .}}

0 comments on commit 7d7ba76

Please sign in to comment.