add option

This commit is contained in:
2025-09-01 06:04:51 +00:00
parent f4d95dfff4
commit b4bb4896af
5 changed files with 143 additions and 2 deletions

View File

@@ -73,6 +73,9 @@
<a class="item" href="{{AppSubUrl}}/repo/create">
{{svg "octicon-plus"}} {{ctx.Locale.Tr "new_repo"}}
</a>
<a class="item" href="{{AppSubUrl}}/repo/create">
{{svg "octicon-plus-circle"}} {{ctx.Locale.Tr "new_repo_from_template"}}
</a>
{{if not .DisableMigrations}}
<a class="item" href="{{AppSubUrl}}/repo/migrate">
{{svg "octicon-repo-push"}} {{ctx.Locale.Tr "new_migrate"}}