diff options
author | Unknwon <u@gogs.io> | 2017-02-18 02:22:59 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-02-18 02:22:59 -0500 |
commit | c8982f4165a461c60bf373490f841aa7769578a9 (patch) | |
tree | 176bbb0a14960594eaee547d7e09aec846747722 /templates/user | |
parent | 71f0dd858bc37c35864a73c197d0e2a530fad87d (diff) |
settings: fix organization panel CSS
Diffstat (limited to 'templates/user')
-rw-r--r-- | templates/user/settings/organizations.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/settings/organizations.tmpl b/templates/user/settings/organizations.tmpl index fc906722..b4963264 100644 --- a/templates/user/settings/organizations.tmpl +++ b/templates/user/settings/organizations.tmpl @@ -11,7 +11,7 @@ <a class="ui blue tiny button" href="{{AppSubUrl}}/org/create">{{.i18n.Tr "new_org"}}</a> </div> </h4> - <div class="ui attached segment orgs"> + <div class="ui attached segment orgs {{if .Orgs}}non-empty{{end}}"> {{if .Orgs}} <div class="ui middle aligned divided list"> {{range .Orgs}} |