summaryrefslogtreecommitdiffstats
path: root/templates/repo/issue/view_content/sidebar.tmpl
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2024-03-31 18:06:06 +0200
committerGitHub <noreply@github.com>2024-03-31 16:06:06 +0000
commitff334749f58c71980ec19143bc21c0a799074b30 (patch)
tree4f5b2c0a8d6b593cb7502c1c093471186a3a070a /templates/repo/issue/view_content/sidebar.tmpl
parent0497b2607d1052e771af4017c2c4180adb7d86b2 (diff)
downloadgitea-ff334749f58c71980ec19143bc21c0a799074b30.tar.gz
gitea-ff334749f58c71980ec19143bc21c0a799074b30.zip
Remove fomantic input module (#30194)
Another pure CSS module. Some styling is part of the `form` module which will likely follow next.
Diffstat (limited to 'templates/repo/issue/view_content/sidebar.tmpl')
-rw-r--r--templates/repo/issue/view_content/sidebar.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/issue/view_content/sidebar.tmpl b/templates/repo/issue/view_content/sidebar.tmpl
index c917c78e68..7040c2849a 100644
--- a/templates/repo/issue/view_content/sidebar.tmpl
+++ b/templates/repo/issue/view_content/sidebar.tmpl
@@ -677,7 +677,7 @@
{{if and (not (eq .Issue.PullRequest.HeadRepo.FullName .Issue.PullRequest.BaseRepo.FullName)) .CanWriteToHeadRepo}}
<div class="divider"></div>
<div class="inline field">
- <div class="ui checkbox small-loading-icon" id="allow-edits-from-maintainers"
+ <div class="ui checkbox loading-icon-2px" id="allow-edits-from-maintainers"
data-url="{{.Issue.Link}}"
data-tooltip-content="{{ctx.Locale.Tr "repo.pulls.allow_edits_from_maintainers_desc"}}"
data-prompt-error="{{ctx.Locale.Tr "repo.pulls.allow_edits_from_maintainers_err"}}"