diff options
author | 0ko <0ko@noreply.codeberg.org> | 2024-11-10 13:57:32 +0100 |
---|---|---|
committer | Otto Richter <git@otto.splvs.net> | 2024-11-14 14:08:12 +0100 |
commit | 634519e891f7f7f9831ed365fd51f47649b8cb19 (patch) | |
tree | d7056cc6dc64b9c644e7e9a03887b3b621eaf700 /templates/base | |
parent | Merge pull request 'chore: improve slow tests' (#5954) from gusted/improve-sl... (diff) | |
download | forgejo-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.tmpl | 1 |
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" .}} |