update with suggested code
This commit is contained in:
parent
059dba5f90
commit
8a36cf29e9
|
@ -9,8 +9,10 @@
|
|||
<span><i class="octicon octicon-repo-forked"></i></span>
|
||||
{{else if .IsMirror}}
|
||||
<span><i class="octicon octicon-repo-clone"></i></span>
|
||||
{{else if eq .Owner.Visibility 3}}
|
||||
<span class="text gold"><i class="octicon octicon-lock"></i></span>
|
||||
{{else if .Owner}}
|
||||
{{if eq .Owner.Visibility 3}}
|
||||
<span class="text gold"><i class="octicon octicon-lock"></i></span>
|
||||
{{end}}
|
||||
{{end}}
|
||||
|
||||
<div class="ui right metas">
|
||||
|
|
Loading…
Reference in New Issue
Block a user