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
Gwyneth Morgan e5313248a8
Add non-JS fallback for reaction tooltips (#28785)
When JavaScript is not loaded, fall back to displaying reaction tooltips
with the default browser `title` attribute. An element with a present
but empty `data-tooltip-content` will use the `title` attribute for its
tippy.js tooltip content, so when JavaScript is enabled, this functions
the same as the current behavior.
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 Add non-JS fallback for reaction tooltips (#28785) 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 Refactor timeutil package (#28623) 1 year ago
update_branch_by_merge.tmpl Always use `ctx.Locale.Tr` inside templates (#27231) 1 year ago