Remove cancel button in repo creation page (#21381)

This commit is contained in:
Yarden Shoham 2022-10-11 17:47:35 +03:00 committed by GitHub
parent ea3c6c6d7b
commit 9b7675d0cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -219,7 +219,6 @@
<button class="ui green button{{if not .CanCreateRepo}} disabled{{end}}">
{{.locale.Tr "repo.create_repo"}}
</button>
<a class="ui button" href="{{AppSubUrl}}/">{{.locale.Tr "cancel"}}</a>
</div>
</div>
</form>