Skip to content

Commit 8476113

Browse files
authored
Update templates/repo/issue/view_content/sidebar.tmpl
1 parent 72e71d1 commit 8476113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/repo/issue/view_content/sidebar.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@
572572
</form>
573573
{{end}}
574574

575-
<button class="tw-mt-1 fluid ui show-modal button{{if .Issue.IsLocked}} negative{{end}}" data-modal="#lock">
575+
<button class="tw-mt-1 fluid ui show-modal button{{if .Issue.IsLocked}} red{{end}}" data-modal="#lock">
576576
{{if .Issue.IsLocked}}
577577
{{svg "octicon-key"}}
578578
{{ctx.Locale.Tr "repo.issues.unlock"}}

0 commit comments

Comments
 (0)