We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72e71d1 commit 8476113Copy full SHA for 8476113
templates/repo/issue/view_content/sidebar.tmpl
@@ -572,7 +572,7 @@
572
</form>
573
{{end}}
574
575
- <button class="tw-mt-1 fluid ui show-modal button{{if .Issue.IsLocked}} negative{{end}}" data-modal="#lock">
+ <button class="tw-mt-1 fluid ui show-modal button{{if .Issue.IsLocked}} red{{end}}" data-modal="#lock">
576
{{if .Issue.IsLocked}}
577
{{svg "octicon-key"}}
578
{{ctx.Locale.Tr "repo.issues.unlock"}}
0 commit comments