1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-25 04:35:48 +00:00
gitea/modules/templates
Blender Defender defc401b27
Make labels clickable in the comments section. (#21137)
This commit adds the possibility to click the labels in the message
"User added/removed the X label", which will lead to the issues page,
filtered by the clicked label.

This pull requests aims to fix #19768

_I've tried to follow the contribution guidelines as carefully as
possible, but in case I made a mistake: Please correct me._

<!--

Please check the following:

1. Make sure you are targeting the `main` branch, pull requests on
release branches are only allowed for bug fixes.
2. Read contributing guidelines:
https://github.com/go-gitea/gitea/blob/main/CONTRIBUTING.md
3. Describe what your pull request does and which issue you're targeting
(if any)

-->

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
2022-09-12 13:45:14 -04:00
..
vars Refactor legacy unknwon/com package, improve golangci lint (#19284) 2022-04-01 16:47:50 +08:00
base.go Share HTML template renderers and create a watcher framework (#20218) 2022-08-28 10:43:25 +01:00
dynamic.go Share HTML template renderers and create a watcher framework (#20218) 2022-08-28 10:43:25 +01:00
helper_test.go Add more linters to improve code readability (#19989) 2022-06-20 12:02:49 +02:00
helper.go Make labels clickable in the comments section. (#21137) 2022-09-12 13:45:14 -04:00
htmlrenderer.go Share HTML template renderers and create a watcher framework (#20218) 2022-08-28 10:43:25 +01:00
mailer.go Share HTML template renderers and create a watcher framework (#20218) 2022-08-28 10:43:25 +01:00
static.go Share HTML template renderers and create a watcher framework (#20218) 2022-08-28 10:43:25 +01:00
templates_bindata.go Remove legacy +build: constraint (#19582) 2022-05-02 23:22:45 +08:00