Browse Source

Change won't sign information text to black. (#9843)

* Change won't sign information text to black.

* icon and text same color

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com>
tags/v1.12.0-dev
David Svantesson Antoine GIRARD 5 years ago
parent
commit
225bbdb185
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      templates/repo/issue/view_content/pull.tmpl

+ 3
- 3
templates/repo/issue/view_content/pull.tmpl View File

@@ -129,7 +129,7 @@
{{$.i18n.Tr "repo.pulls.require_signed_wont_sign"}}
</div>
<div class="item text yellow">
<i class="icon unlock grey"></i>
<i class="icon unlock"></i>
{{$.i18n.Tr (printf "repo.signing.wont_sign.%s" .WontSignReason) }}
</div>
{{end}}
@@ -152,8 +152,8 @@
{{$.i18n.Tr "repo.signing.will_sign" .SigningKey}}
</div>
{{else if .IsSigned}}
<div class="item text yellow">
<i class="icon unlock grey"></i>
<div class="item text">
<i class="icon unlock"></i>
{{$.i18n.Tr (printf "repo.signing.wont_sign.%s" .WontSignReason) }}
</div>
{{end}}


Loading…
Cancel
Save