1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-09 11:08:19 +00:00
HEREYUA
2024-03-27 20:48:09 +08:00
committed by GitHub
parent 0922ce8191
commit 0262c66ba6
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@
{{if .ShowMemberAndTeamTab}}
<div class="ui five wide column">
{{if .CanCreateOrgRepo}}
<div class="center aligned">
<div class="center aligned tw-mb-4">
<a class="ui primary button" href="{{AppSubUrl}}/repo/create?org={{.Org.ID}}">{{ctx.Locale.Tr "new_repo"}}</a>
{{if not .DisableNewPullMirrors}}
<a class="ui primary button" href="{{AppSubUrl}}/repo/migrate?org={{.Org.ID}}&mirror=1">{{ctx.Locale.Tr "new_migrate"}}</a>