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 1616 {{if .ShowMemberAndTeamTab}}
1717 <div class="ui five wide column">
1818 {{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>
2121 {{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>
2323 {{end}}
2424 </div>
2525 <div class="divider"></div>
You can’t perform that action at this time.
0 commit comments