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
1148
1148
orgs.name = Name
1149
1149
orgs.teams = Teams
1150
1150
orgs.members = Members
1151
+ orgs.new_orga = Create Organization
1151
1152
1152
1153
repos.repo_manage_panel = Repository Management
1153
1154
repos.owner = Owner
Original file line number Diff line number Diff line change 5
5
{{template "base/alert" .}}
6
6
<h4 class="ui top attached header">
7
7
{{.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>
8
11
</h4>
9
12
<div class="ui attached segment">
10
13
{{template "admin/base/search" .}}
You can’t perform that action at this time.
0 commit comments