Browse Source

Fix user-cards format (#24428)

Fixes #24418
tags/v1.20.0-rc0
KN4CK3R 1 year ago
parent
commit
a18919bba6
No account linked to committer's email address
2 changed files with 4 additions and 2 deletions
  1. 1
    1
      templates/repo/user_cards.tmpl
  2. 3
    1
      templates/repo/watchers.tmpl

+ 1
- 1
templates/repo/user_cards.tmpl View File

@@ -1,4 +1,4 @@
<div class="ui container user-cards">
<div class="user-cards">
{{if .CardsTitle}}
<h2 class="ui dividing header">
{{.CardsTitle}}

+ 3
- 1
templates/repo/watchers.tmpl View File

@@ -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…
Cancel
Save