Remove cancel button in repo creation page (#21381)

forgejo
Yarden Shoham 2 years ago committed by GitHub
parent ea3c6c6d7b
commit 9b7675d0cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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>

Loading…
Cancel
Save