diff options
author | Yarden Shoham <hrsi88@gmail.com> | 2022-12-05 14:38:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-05 20:38:34 +0800 |
commit | 77f50356f4dd108b1e35b1a706269573aeaf98f1 (patch) | |
tree | 3fadb07b2f3d3a0dc4407496fcfb802b961f82f2 /templates/user | |
parent | a08584ee367d42de56c5ba6a0fd36ac1067578dd (diff) | |
download | gitea-77f50356f4dd108b1e35b1a706269573aeaf98f1.tar.gz gitea-77f50356f4dd108b1e35b1a706269573aeaf98f1.zip |
Remove useless "Cancel" buttons (#21872)
* Continues #21381
These buttons have no real use. To cancel, one would simply navigate
away.
Signed-off-by: Yarden Shoham <hrsi88@gmail.com>
Diffstat (limited to 'templates/user')
-rw-r--r-- | templates/user/project.tmpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/user/project.tmpl b/templates/user/project.tmpl index 3db9d19eed..d38d84d95c 100644 --- a/templates/user/project.tmpl +++ b/templates/user/project.tmpl @@ -60,7 +60,6 @@ <button class="ui green button"> {{.locale.Tr "repo.projects.create"}} </button> - <a class="ui button" href="{{AppSubUrl}}/">{{.locale.Tr "cancel"}}</a> </div> </div> </form> |