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/repo/issue/view_content
Gusted 492e1c2fbd
Refactor commentTags functionality (#17558)
* feat: Allow multiple tags on comments

- Allow for multiples tags(Currently Poster + {Owner, Writer}).
- Utilize the Poster tag within the commentTag function and remove the
checking from templates.
- Use bitwise on CommentTags to enable specific tags.
- Don't show poster tag(view_content.tmpl) on the initial issue comment.

* Change parameters naming

* Change function name

* refactor variable wording

* Merge 'master' branch into 'tags-comments' branch

* Change naming

* `tag` -> `role`

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
3 years ago
..
add_reaction.tmpl Align dropdown right (#14406) 3 years ago
attachments.tmpl Enforce tab indentation in templates (#15289) 3 years ago
comments.tmpl Refactor commentTags functionality (#17558) 3 years ago
comments_delete_time.tmpl Update JS dependencies (#15033) 3 years ago
context_menu.tmpl Fixed issue where creating a reference of an issue would create a tag with the full name instead of the username if this is the default in the .ini file (#17074) 3 years ago
pull.tmpl Hide command line merge instructions when user can't push (#17339) 3 years ago
reactions.tmpl Support unicode emojis and remove emojify.js (#11032) 4 years ago
reference_issue_dialog.tmpl Comment - Reference in new issue (#14366) 3 years ago
sidebar.tmpl Save and view issue/comment content history (#16909) 3 years ago