summaryrefslogtreecommitdiffstats
path: root/templates/org
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-09-06 11:01:05 -0400
committerUnknwon <u@gogs.io>2015-09-06 11:01:05 -0400
commit4dbc32285925db0609dd6c2fc97808a63d8af08c (patch)
treec54fada66cd786506d95df09f08e3c6c19afe9f0 /templates/org
parentedc99bc8a4691d09cd42804fd0530c352201340e (diff)
downloadgitea-4dbc32285925db0609dd6c2fc97808a63d8af08c.tar.gz
gitea-4dbc32285925db0609dd6c2fc97808a63d8af08c.zip
fix org header order
Diffstat (limited to 'templates/org')
-rw-r--r--templates/org/header.tmpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/org/header.tmpl b/templates/org/header.tmpl
index 7843441b6e..68c25a9865 100644
--- a/templates/org/header.tmpl
+++ b/templates/org/header.tmpl
@@ -8,14 +8,14 @@
<div class="ui right">
<div class="ui menu">
- <a class="{{if $.PageIsOrgTeams}}active{{end}} item" href="{{$.OrgLink}}/teams">
- <i class="octicon octicon-jersey"></i>&nbsp;{{$.i18n.Tr "org.teams"}}
- <div class="floating ui black label">{{.NumTeams}}</div>
- </a>
<a class="{{if $.PageIsOrgMembers}}active{{end}} item" href="{{$.OrgLink}}/members">
<i class="octicon octicon-organization"></i>&nbsp;{{$.i18n.Tr "org.people"}}
<div class="floating ui black label">{{.NumMembers}}</div>
</a>
+ <a class="{{if $.PageIsOrgTeams}}active{{end}} item" href="{{$.OrgLink}}/teams">
+ <i class="octicon octicon-jersey"></i>&nbsp;{{$.i18n.Tr "org.teams"}}
+ <div class="floating ui black label">{{.NumTeams}}</div>
+ </a>
</div>
</div>
</div>