mirror of https://github.com/go-gitea/gitea.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
d02e83a2c3
Before, in project edit page, the cancel button is not work.
https://user-images.githubusercontent.com/33891828/227182731-6478e29f-0e52-48c4-beb0-6a7d1dda6a1d.mov
1. The wrong classname `cancel` was added to the `<a>` tag. That
classname caused the default click event of `<a>` tag to be cancelled.
Because we have the following settings in the global. So I remove the
classname `cancel`.
|
2 years ago | |
---|---|---|
.. | ||
home.go | 2 years ago | |
main_test.go | 2 years ago | |
members.go | 2 years ago | |
org.go | 2 years ago | |
org_labels.go | 2 years ago | |
org_runners.go | 2 years ago | |
projects.go | 2 years ago | |
projects_test.go | 2 years ago | |
setting.go | 2 years ago | |
setting_oauth2.go | 2 years ago | |
setting_packages.go | 2 years ago | |
setting_secrets.go | 2 years ago | |
teams.go | 2 years ago |