0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-01-22 22:29:05 -05:00
forgejo/templates/repo/issue/view_content
Gusted 8c8b31f304
fix: Don't double escape delete branch text
- Don't double escape the 'Delete branch "$BRANCH"' text. `Locale.Tr`
escapes the argument already and Vue does too by default.
- Let Vue escape the text and add a unit test ensuring that it escapes.
- Resolves #5582
2024-10-19 22:05:35 +02:00
..
sidebar Small fixes and rename for #5482 2024-10-09 14:17:41 +02:00
add_reaction.tmpl
attachments.tmpl
comments.tmpl feat(ui): add more emoji and code block rendering in issues 2024-09-24 14:20:33 +02:00
comments_authorlink.tmpl
comments_delete_time.tmpl
context_menu.tmpl
conversation.tmpl fix(ui): fix conversation template 2024-07-25 23:51:17 +05:00
pull.tmpl fix: Don't double escape delete branch text 2024-10-19 22:05:35 +02:00
pull_merge_instruction.tmpl [PORT] Add warning message in merge instructions when AutodetectManualMerge was not enabled (gitea#31805) 2024-08-11 19:15:37 +02:00
reactions.tmpl
reference_issue_dialog.tmpl
show_role.tmpl
sidebar.tmpl feat: "assign to me" button on PRs and issues 2024-10-08 18:36:37 +02:00
update_branch_by_merge.tmpl