summaryrefslogtreecommitdiffstats
path: root/templates/base
diff options
context:
space:
mode:
author0ko <0ko@noreply.codeberg.org>2024-11-10 13:57:32 +0100
committerOtto Richter <git@otto.splvs.net>2024-11-14 14:08:12 +0100
commit634519e891f7f7f9831ed365fd51f47649b8cb19 (patch)
treed7056cc6dc64b9c644e7e9a03887b3b621eaf700 /templates/base
parentMerge pull request 'chore: improve slow tests' (#5954) from gusted/improve-sl... (diff)
downloadforgejo-634519e891f7f7f9831ed365fd51f47649b8cb19.tar.xz
forgejo-634519e891f7f7f9831ed365fd51f47649b8cb19.zip
feat(ui): highlight user mention in comments and commit messages
Diffstat (limited to 'templates/base')
-rw-r--r--templates/base/head.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/base/head.tmpl b/templates/base/head.tmpl
index 7753f49243..9eb5b5addf 100644
--- a/templates/base/head.tmpl
+++ b/templates/base/head.tmpl
@@ -26,6 +26,7 @@
.ui.secondary.menu .dropdown.item > .menu { margin-top: 0; }
</style>
</noscript>
+ {{template "shared/user/mention_highlight" .}}
{{template "base/head_opengraph" .}}
{{template "base/head_style" .}}
{{template "custom/header" .}}