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/repo/issue/view_content
Sebastian Brückner e80f446d3a
Fix rendering assignee changed comments without assignee (#27927)
When an assignee changed event comment is rendered, most of it is
guarded behind the assignee ID not being 0. However, if it is 0, that
results in quite broken rendering for that comment and the next one.
This can happen, for example, when repository data imported from outside
of Gitea is incomplete.

This PR makes sure comments with an assignee ID of 0 are not rendered at
all.

---

Screenshot before:
<img width="272" alt="Bildschirm­foto 2023-11-05 um 20 12 18"
src="https://github.com/go-gitea/gitea/assets/42910/7d629d76-fee4-4fe5-9e3a-bf524050cead">
The comments in this screenshot are:
1. A regular text comment
2. A user being unassigned
3. A user being assigned
4. The title of the PR being changed

Comments 2 and 3 are rendered without any text, which indents the next
comment and does not leave enough vertical space.

Co-authored-by: Giteabot <teabot@gitea.io>
1 year ago
..
add_reaction.tmpl Improve and fix bugs surrounding reactions (#24760) 2 years ago
attachments.tmpl Always use `ctx.Locale.Tr` inside templates (#27231) 1 year ago
comments.tmpl Fix rendering assignee changed comments without assignee (#27927) 1 year ago
comments_delete_time.tmpl Always use `ctx.Locale.Tr` inside templates (#27231) 1 year ago
context_menu.tmpl Always use `ctx.Locale.Tr` inside templates (#27231) 1 year ago
pull.tmpl Add `Hide/Show all checks` button to commit status check (#26284) 1 year ago
pull_merge_instruction.tmpl Improve pull request command line instructions (#27778) 1 year ago
reactions.tmpl Always use `ctx.Locale.Tr` inside templates (#27231) 1 year ago
reference_issue_dialog.tmpl Always use `ctx.Locale.Tr` inside templates (#27231) 1 year ago
show_role.tmpl Add `member`, `collaborator`, `contributor`, and `first-time contributor` roles and tooltips (#26658) 1 year ago
sidebar.tmpl Remove max-width and add hide text overflow (#27359) 1 year ago
update_branch_by_merge.tmpl Always use `ctx.Locale.Tr` inside templates (#27231) 1 year ago