Fix user-cards format (#24428)

Fixes #24418
pull/24430/head^2
KN4CK3R 2 years ago committed by GitHub
parent cc64a92560
commit a18919bba6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      templates/repo/user_cards.tmpl
  2. 2
      templates/repo/watchers.tmpl

@ -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" .}}
<div class="ui container">
{{template "repo/user_cards" .}}
</div>
</div>
{{template "base/footer" .}}

Loading…
Cancel
Save