aboutsummaryrefslogtreecommitdiffstats
path: root/templates/explore/organizations.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/explore/organizations.tmpl')
-rw-r--r--templates/explore/organizations.tmpl7
1 files changed, 6 insertions, 1 deletions
diff --git a/templates/explore/organizations.tmpl b/templates/explore/organizations.tmpl
index b977da4e4d..4e2bfc9fd9 100644
--- a/templates/explore/organizations.tmpl
+++ b/templates/explore/organizations.tmpl
@@ -9,7 +9,12 @@
<div class="item">
<img class="ui avatar image" src="{{.RelAvatarLink}}">
<div class="content">
- <span class="header"><a href="{{.HomeLink}}">{{.Name}}</a> {{.FullName}}</span>
+ <span class="header">
+ <a href="{{.HomeLink}}">{{.Name}}</a> {{.FullName}}
+ {{if .Visibility.IsPrivate}}
+ <span class="text gold"><i class="octicon octicon-lock"></i></span>
+ {{end}}
+ </span>
<div class="description">
{{if .Location}}
<i class="octicon octicon-location"></i> {{.Location}}