File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1148,6 +1148,7 @@ orgs.org_manage_panel = Organization Management
11481148orgs.name = Name
11491149orgs.teams = Teams
11501150orgs.members = Members
1151+ orgs.new_orga = Create Organization
11511152
11521153repos.repo_manage_panel = Repository Management
11531154repos.owner = Owner
Original file line number Diff line number Diff line change 55 {{template "base/alert" .}}
66 <h4 class="ui top attached header">
77 {{.i18n.Tr "admin.orgs.org_manage_panel"}} ({{.i18n.Tr "admin.total" .Total}})
8+ <div class="ui right">
9+ <a class="ui black tiny button" href="{{AppSubUrl}}/org/create">{{.i18n.Tr "admin.orgs.new_orga"}}</a>
10+ </div>
811 </h4>
912 <div class="ui attached segment">
1013 {{template "admin/base/search" .}}
You can’t perform that action at this time.
0 commit comments