diff options
author | wxiaoguang <wxiaoguang@gmail.com> | 2021-10-06 23:22:44 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-06 17:22:44 +0200 |
commit | 21a784e94a87ebcf9d95860f0e583b0a9bc629c2 (patch) | |
tree | 35ebcfc0926518b70ae7fc2eea45a1f5b4215f51 /templates | |
parent | 70d8d64cb81a2eebb73903f38caad3a3c61323c3 (diff) | |
download | gitea-21a784e94a87ebcf9d95860f0e583b0a9bc629c2.tar.gz gitea-21a784e94a87ebcf9d95860f0e583b0a9bc629c2.zip |
fix navbar ui (#17235)
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base/head_navbar.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base/head_navbar.tmpl b/templates/base/head_navbar.tmpl index 2a0024b562..c370b70f29 100644 --- a/templates/base/head_navbar.tmpl +++ b/templates/base/head_navbar.tmpl @@ -1,6 +1,6 @@ <div class="ui container" id="navbar"> <div class="item brand" style="justify-content: space-between;"> - <a href="{{AppSubUrl}}/" class="item poping up" data-content="{{if .IsSigned}}{{.i18n.Tr "dashboard"}}{{else}}{{.i18n.Tr "home"}}{{end}}" data-variation="tiny inverted"> + <a href="{{AppSubUrl}}/" data-content="{{if .IsSigned}}{{.i18n.Tr "dashboard"}}{{else}}{{.i18n.Tr "home"}}{{end}}" data-variation="tiny inverted"> <img class="ui mini image" width="30" height="30" src="{{AssetUrlPrefix}}/img/logo.svg"> </a> <div class="ui basic icon button mobile-only" id="navbar-expand-toggle"> |