Skip to content

Commit 5965d4a

Browse files
authored
Add :
1 parent 0ef987b commit 5965d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/shared/verifyicon.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Template Attributes:
44
* Verification: Verification struct
55
*/}}
66
{{if (and .Commit .Commit.Signature .Verification)}}
7-
{{$icon = "octicon-unverified"}}
7+
{{$icon := "octicon-unverified"}}
88
{{$text := ""}}
99
{{$colorClass := ""}}
1010
{{if .Verification.Verified}}

0 commit comments

Comments
 (0)