maybe fix repo creation dropdown

This commit is contained in:
hippoz 2021-05-06 14:49:14 +03:00
parent 5b8a19e9ad
commit c81b784a0a
Signed by: hippoz
GPG key ID: 7C52899193467641

View file

@ -119,16 +119,16 @@
<span class="fitted not-mobile">{{svg "octicon-triangle-down"}}</span> <span class="fitted not-mobile">{{svg "octicon-triangle-down"}}</span>
</span> </span>
<div class="menu"> <div class="menu">
<a class="button-default" href="{{AppSubUrl}}/repo/create"> <a class="item" href="{{AppSubUrl}}/repo/create">
<span class="fitted">{{svg "octicon-plus"}}</span> {{.i18n.Tr "new_repo"}} <span class="fitted">{{svg "octicon-plus"}}</span> {{.i18n.Tr "new_repo"}}
</a> </a>
{{if not .DisableMigrations}} {{if not .DisableMigrations}}
<a class="button-default" href="{{AppSubUrl}}/repo/migrate"> <a class="item" href="{{AppSubUrl}}/repo/migrate">
<span class="fitted">{{svg "octicon-repo-push"}}</span> {{.i18n.Tr "new_migrate"}} <span class="fitted">{{svg "octicon-repo-push"}}</span> {{.i18n.Tr "new_migrate"}}
</a> </a>
{{end}} {{end}}
{{if .SignedUser.CanCreateOrganization}} {{if .SignedUser.CanCreateOrganization}}
<a class="button-default" href="{{AppSubUrl}}/org/create"> <a class="item" href="{{AppSubUrl}}/org/create">
<span class="fitted">{{svg "octicon-organization"}}</span> {{.i18n.Tr "new_org"}} <span class="fitted">{{svg "octicon-organization"}}</span> {{.i18n.Tr "new_org"}}
</a> </a>
{{end}} {{end}}