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.
gitea/templates
Harshit Bansal 2c7661a524 Fix wrong text getting saved on editing second comment on an issue. (#5608)
* comments: Fix an incorrent DOM element selection.

This commit fixes a bug that was causing text from previously edited
comment to get saved when two comments were edited one after other.
Text area with id of `#content` isn't unique on the page but it was
being treated as unique by the event handling code.

Fixes: #5581.

* templates: Remove `id` from textarea in commit edit form.

An element is assigned an `id` only if it is unique for the whole page
but in this case there can be multiple textarea so it should have one.
6 years ago
..
admin LDAP via simple auth separate bind user and search base (#5055) 6 years ago
base fix bug when a read perm user to edit his issue (#5516) 6 years ago
custom Templates for extra links in top navbar and repo tool tabs. (#3308) 7 years ago
explore Fix missing AppSubUrl in some templates (#5020) 6 years ago
mail Add `noreferrer` to rel='noopener` for <a> tags (#4328) 7 years ago
org Improve team members and repositories settings UI (#5457) 6 years ago
pwa Create Progressive Web App (#4730) 6 years ago
repo Fix wrong text getting saved on editing second comment on an issue. (#5608) 6 years ago
status Add gitea/issues link to 500 page (#4654) 7 years ago
swagger Delete organization endpoint added (#5601) 6 years ago
user Allow link verification for services like Mastodon (#5481) 6 years ago
home.tmpl Fix home page template regression (#5102) 6 years ago
install.tmpl Remove the required class from optional ssh port in installation page (#5428) 6 years ago