File tree 2 files changed +13
-13
lines changed
2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 8
8
<div class="ui eleven wide column">
9
9
{{if .CanCreateOrgRepo}}
10
10
<div class="text right">
11
- {{if not .DisabledMirrors}}
12
- <a class="ui green button" href="{{AppSubUrl}}/repo/migrate?org={{.Org.ID}}&mirror=1">{{.i18n.Tr "new_migrate"}}</a>
13
- {{end}}
11
+ {{if not .DisabledMirrors}}
12
+ <a class="ui green button" href="{{AppSubUrl}}/repo/migrate?org={{.Org.ID}}&mirror=1">{{.i18n.Tr "new_migrate"}}</a>
13
+ {{end}}
14
14
<a class="ui green button" href="{{AppSubUrl}}/repo/create?org={{.Org.ID}}">{{.i18n.Tr "new_repo"}}</a>
15
15
</div>
16
16
<div class="ui divider"></div>
Original file line number Diff line number Diff line change 1
1
{{with .org}}
2
- {{if not .Visibility.IsPublic}}
3
- <div class="ui {{if $.size}}{{$.size}} {{end}}basic horizontal label">
4
- {{if .Visibility.IsLimited}}
5
- {{$.root.i18n.Tr "org.settings.visibility.limited_shortname"}}
6
- {{else if .Visibility.IsPrivate}}
7
- {{$.root.i18n.Tr "org.settings.visibility.private_shortname"}}
8
- {{end}}
9
- </div>
10
- {{end}}
11
- {{end}}
2
+ {{if not .Visibility.IsPublic}}
3
+ <div class="ui {{if $.size}}{{$.size}} {{end}}basic horizontal label">
4
+ {{if .Visibility.IsLimited}}
5
+ {{$.root.i18n.Tr "org.settings.visibility.limited_shortname"}}
6
+ {{else if .Visibility.IsPrivate}}
7
+ {{$.root.i18n.Tr "org.settings.visibility.private_shortname"}}
8
+ {{end}}
9
+ </div>
10
+ {{end}}
11
+ {{end}}
You can’t perform that action at this time.
0 commit comments