summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorYarden Shoham <hrsi88@gmail.com>2022-10-11 17:47:35 +0300
committerGitHub <noreply@github.com>2022-10-11 22:47:35 +0800
commit9b7675d0cfc48a37bd8638e698df1ed649a64220 (patch)
tree8c2c863c8a3dc990f7392a712003ec5b30dc6231 /templates
parentea3c6c6d7b7b74e7fc9f731f4982b1060a653844 (diff)
downloadgitea-9b7675d0cfc48a37bd8638e698df1ed649a64220.tar.gz
gitea-9b7675d0cfc48a37bd8638e698df1ed649a64220.zip
Remove cancel button in repo creation page (#21381)
Diffstat (limited to 'templates')
-rw-r--r--templates/repo/create.tmpl1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/repo/create.tmpl b/templates/repo/create.tmpl
index 74ff8207d0..6272b19bc6 100644
--- a/templates/repo/create.tmpl
+++ b/templates/repo/create.tmpl
@@ -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>