File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
{{if .ShowMemberAndTeamTab}}
17
17
<div class="ui five wide column">
18
18
{{if .CanCreateOrgRepo}}
19
- <div class="center aligned tw-mb-4">
20
- <a class="ui primary button" href="{{AppSubUrl}}/repo/create?org={{.Org.ID}}">{{ctx.Locale.Tr "new_repo"}}</a>
19
+ <div class="tw-flex tw-flex-wrap tw-justify- center tw-gap-x-1 tw-gap-y-2 tw-mb-4">
20
+ <a class="ui primary button tw-grow " href="{{AppSubUrl}}/repo/create?org={{.Org.ID}}">{{ctx.Locale.Tr "new_repo"}}</a>
21
21
{{if not .DisableNewPullMirrors}}
22
- <a class="ui primary button" href="{{AppSubUrl}}/repo/migrate?org={{.Org.ID}}&mirror=1">{{ctx.Locale.Tr "new_migrate"}}</a>
22
+ <a class="ui primary button tw-grow " href="{{AppSubUrl}}/repo/migrate?org={{.Org.ID}}&mirror=1">{{ctx.Locale.Tr "new_migrate"}}</a>
23
23
{{end}}
24
24
</div>
25
25
<div class="divider"></div>
You can’t perform that action at this time.
0 commit comments