We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fee6db4 commit 8b16560Copy full SHA for 8b16560
templates/org/home.tmpl
@@ -16,7 +16,7 @@
16
{{if .ShowMemberAndTeamTab}}
17
<div class="ui five wide column">
18
{{if .CanCreateOrgRepo}}
19
- <div class="tw-flex tw-flex-wrap tw-justify-center tw-gap-x-1 tw-gap-y-2">
+ <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
{{if not .DisableNewPullMirrors}}
22
<a class="ui primary button tw-grow" href="{{AppSubUrl}}/repo/migrate?org={{.Org.ID}}&mirror=1">{{ctx.Locale.Tr "new_migrate"}}</a>
0 commit comments