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.
forgejo/templates
sillyguodong d02e83a2c3
Fix cancel button in the page of project edit not work (#23655)
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`.

9be90a5875/web_src/js/features/common-global.js (L325-L327)

2. Another change is that page will redirect to the previous page.

https://user-images.githubusercontent.com/33891828/227187326-c653c6d6-9715-440f-a732-ba0a6f012c81.mov
1 year ago
..
admin Fix `.locale.Tr` function not found in delete modal (#23468) 1 year ago
api/packages/pypi Add Package Registry (#16510) 2 years ago
base Use a general approch to improve a11y for all checkboxes and dropdowns. (#23542) 1 year ago
code Fix 'View File' button in code search (#23478) 1 year ago
custom Add footer extra links template (#9576) 5 years ago
explore Fix long name ui issues and label ui issue (#23541) 1 year ago
mail Revert relative links to absolute links in mail templates (#23267) 1 year ago
org Replace a few fontawesome icons with svg (#23602) 1 year ago
package Convert `<div class="button">` to `<button class="button">` (#23337) 1 year ago
projects Fix cancel button in the page of project edit not work (#23655) 1 year ago
repo Fix cancel button in the page of project edit not work (#23655) 1 year ago
shared Fix long project name display in issue list and in related dropdown (#23653) 1 year ago
status Move helpers to be prefixed with `gt-` (#22879) 1 year ago
swagger Editor preview support for external renderers (#23333) 1 year ago
user Fix new issue/pull request btn margin when it is next to sort (#23647) 1 year ago
home.tmpl Add main landmark to templates and adjust titles (#22670) 1 year ago
install.tmpl Refactor hiding-methods, remove jQuery show/hide, remove `.hide` class, remove inline style=display:none (#22950) 1 year ago
post-install.tmpl Fix various bugs for "install" page (#23194) 1 year ago