Skip to content

Commit

Permalink
Fix user-cards format (go-gitea#24428)
Browse files Browse the repository at this point in the history
  • Loading branch information
KN4CK3R authored and GiteaBot committed Apr 29, 2023
1 parent e76b3f7 commit 316f08c
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 316f08c

Please sign in to comment.