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.tmpl34
1 files changed, 17 insertions, 17 deletions
diff --git a/templates/explore/organizations.tmpl b/templates/explore/organizations.tmpl
index b039c1ad2a..b2fee6c19a 100644
--- a/templates/explore/organizations.tmpl
+++ b/templates/explore/organizations.tmpl
@@ -8,24 +8,24 @@
{{range .Users}}
<div class="item">
{{avatar .}}
- <div class="content">
- <span class="header">
- <a href="{{.HomeLink}}">{{.Name}}</a> {{.FullName}}
- {{if .Visibility.IsPrivate}}
- <span class="ui basic label">{{$.i18n.Tr "repo.desc.private"}}</span>
- {{end}}
- </span>
- <div class="description">
- {{if .Location}}
- {{svg "octicon-location"}} {{.Location}}
- {{end}}
- {{if and .Website}}
- {{svg "octicon-link"}}
- <a href="{{.Website}}" rel="nofollow">{{.Website}}</a>
- {{end}}
- {{svg "octicon-clock"}} {{$.i18n.Tr "user.join_on"}} {{.CreatedUnix.FormatShort}}
+ <div class="content">
+ <span class="header">
+ <a href="{{.HomeLink}}">{{.Name}}</a> {{.FullName}}
+ {{if .Visibility.IsPrivate}}
+ <span class="ui basic label">{{$.i18n.Tr "repo.desc.private"}}</span>
+ {{end}}
+ </span>
+ <div class="description">
+ {{if .Location}}
+ {{svg "octicon-location"}} {{.Location}}
+ {{end}}
+ {{if and .Website}}
+ {{svg "octicon-link"}}
+ <a href="{{.Website}}" rel="nofollow">{{.Website}}</a>
+ {{end}}
+ {{svg "octicon-clock"}} {{$.i18n.Tr "user.join_on"}} {{.CreatedUnix.FormatShort}}
+ </div>
</div>
- </div>
</div>
{{else}}
<div>{{$.i18n.Tr "explore.org_no_results"}}</div>