diff options
author | KN4CK3R <admin@oldschoolhack.me> | 2023-04-29 21:43:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-29 15:43:01 -0400 |
commit | a18919bba6e7f56572b782ce00285960accbde87 (patch) | |
tree | d3cc30e6a2ef99f1fe36691f3866b804607f9ee8 /templates/repo/user_cards.tmpl | |
parent | cc64a925602d54f3439dd19f16b5280bd0377a7a (diff) | |
download | gitea-a18919bba6e7f56572b782ce00285960accbde87.tar.gz gitea-a18919bba6e7f56572b782ce00285960accbde87.zip |
Fix user-cards format (#24428)
Fixes #24418
Diffstat (limited to 'templates/repo/user_cards.tmpl')
-rw-r--r-- | templates/repo/user_cards.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/user_cards.tmpl b/templates/repo/user_cards.tmpl index bc159f523a..fd9585b22d 100644 --- a/templates/repo/user_cards.tmpl +++ b/templates/repo/user_cards.tmpl @@ -1,4 +1,4 @@ -<div class="ui container user-cards"> +<div class="user-cards"> {{if .CardsTitle}} <h2 class="ui dividing header"> {{.CardsTitle}} |