diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-25 12:37:38 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-25 12:37:38 +0800 |
commit | b6db7279b24db90277bc2cef1ce53eb0e8c17498 (patch) | |
tree | 5727f1c09218fa320cdd423b5bb9d389e0246f06 /templates/_group_view.tmpl | |
parent | Remove test message in IRC (diff) | |
download | forge-b6db7279b24db90277bc2cef1ce53eb0e8c17498.tar.gz forge-b6db7279b24db90277bc2cef1ce53eb0e8c17498.tar.zst forge-b6db7279b24db90277bc2cef1ce53eb0e8c17498.zip |
Further remove .rounded and .rounded-footed
Diffstat (limited to 'templates/_group_view.tmpl')
-rw-r--r-- | templates/_group_view.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/_group_view.tmpl b/templates/_group_view.tmpl index 08ed963..dbfbe07 100644 --- a/templates/_group_view.tmpl +++ b/templates/_group_view.tmpl @@ -4,7 +4,7 @@ */}} {{- define "group_view" -}} {{- if .subgroups -}} - <table class="wide rounded"> + <table class="wide"> <thead> <tr> <th colspan="2" class="title-row">Subgroups</th> @@ -29,7 +29,7 @@ </table> {{- end -}} {{- if .repos -}} -<table class="wide rounded"> +<table class="wide"> <thead> <tr> <th colspan="2" class="title-row">Repos</th> |