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>
|
<span><i class="octicon octicon-repo-forked"></i></span>
|
||||||
{{else if .IsMirror}}
|
{{else if .IsMirror}}
|
||||||
<span><i class="octicon octicon-repo-clone"></i></span>
|
<span><i class="octicon octicon-repo-clone"></i></span>
|
||||||
{{else if eq .Owner.Visibility 3}}
|
{{else if .Owner}}
|
||||||
<span class="text gold"><i class="octicon octicon-lock"></i></span>
|
{{if eq .Owner.Visibility 3}}
|
||||||
|
<span class="text gold"><i class="octicon octicon-lock"></i></span>
|
||||||
|
{{end}}
|
||||||
{{end}}
|
{{end}}
|
||||||
|
|
||||||
<div class="ui right metas">
|
<div class="ui right metas">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user