From 64f2d70262c4cfc1ee74875b4ec920551e304199 Mon Sep 17 00:00:00 2001 From: silverwind Date: Thu, 29 Jun 2023 14:24:22 +0200 Subject: Replace fomantic divider module with our own (#25539) Should look exactly like before for normal dividers. "Horizontal" ones look better because they no longer use image backgrounds. Screenshot 2023-06-27 at 19 07 56 Screenshot 2023-06-27 at 19 05 58 Screenshot 2023-06-27 at 19 00 42 Screenshot 2023-06-27 at 18 58 15 Screenshot 2023-06-27 at 18 56 22 Screenshot 2023-06-27 at 19 21 11 --- templates/repo/issue/labels/label_list.tmpl | 4 ++-- templates/repo/issue/labels/labels_selector_field.tmpl | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'templates/repo/issue/labels') diff --git a/templates/repo/issue/labels/label_list.tmpl b/templates/repo/issue/labels/label_list.tmpl index 325efd1da6..9eee95be92 100644 --- a/templates/repo/issue/labels/label_list.tmpl +++ b/templates/repo/issue/labels/label_list.tmpl @@ -22,10 +22,10 @@
{{if and (not $.PageIsOrgSettingsLabels) (or $.CanWriteIssues $.CanWritePulls) (eq .NumLabels 0) (not $.Repository.IsArchived)}} {{template "repo/issue/labels/label_load_template" .}} -
+
{{else if and ($.PageIsOrgSettingsLabels) (eq .NumLabels 0)}} {{template "repo/issue/labels/label_load_template" .}} -
+
{{end}}