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.tmpl39
1 files changed, 1 insertions, 38 deletions
diff --git a/templates/explore/organizations.tmpl b/templates/explore/organizations.tmpl
index ecf7f21bdd..ea788b149b 100644
--- a/templates/explore/organizations.tmpl
+++ b/templates/explore/organizations.tmpl
@@ -1,38 +1 @@
-{{template "base/head" .}}
-<div role="main" aria-label="{{.Title}}" class="page-content explore users">
- {{template "explore/navbar" .}}
- <div class="ui container">
- {{template "explore/search" .}}
-
- <div class="ui user list">
- {{range .Users}}
- <div class="item">
- {{avatar $.Context .}}
- <div class="content">
- <span class="header">
- <a href="{{.HomeLink}}">{{.Name}}</a> {{.FullName}}
- {{if .Visibility.IsPrivate}}
- <span class="ui basic label">{{$.locale.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-calendar"}} {{$.locale.Tr "user.joined_on" (DateTime "short" .CreatedUnix) | Safe}}
- </div>
- </div>
- </div>
- {{else}}
- <div>{{$.locale.Tr "explore.org_no_results"}}</div>
- {{end}}
- </div>
-
- {{template "base/paginate" .}}
- </div>
-</div>
-{{template "base/footer" .}}
+{{template "explore/users" .}}