mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-10-28 13:01:04 +00:00
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`.
|
||
|---|---|---|
| .. | ||
| home.go | ||
| main_test.go | ||
| members.go | ||
| org.go | ||
| org_labels.go | ||
| org_runners.go | ||
| projects.go | ||
| projects_test.go | ||
| setting.go | ||
| setting_oauth2.go | ||
| setting_packages.go | ||
| setting_secrets.go | ||
| teams.go | ||