diff options
author | NekoBit <56055169+nek0bit@users.noreply.github.com> | 2021-06-05 09:33:34 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-05 14:33:34 +0100 |
commit | b77c62d95063747426524b53c928ac90994c2a56 (patch) | |
tree | 3c35230a04b38655911dcca0212d374c28f81031 /templates | |
parent | 8e262104c25d1c2578f683109e1b373aade3a17c (diff) | |
download | gitea-b77c62d95063747426524b53c928ac90994c2a56.tar.gz gitea-b77c62d95063747426524b53c928ac90994c2a56.zip |
Fix typo and add TODO notice (#16064)
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: Lauris BH <lauris@nix.lv>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base/head_navbar.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/base/head_navbar.tmpl b/templates/base/head_navbar.tmpl index fcc5fb25e7..a9ca42fde6 100644 --- a/templates/base/head_navbar.tmpl +++ b/templates/base/head_navbar.tmpl @@ -1,7 +1,7 @@ <div class="ui container" id="navbar"> <div class="item brand" style="justify-content: space-between;"> <a href="{{AppSubUrl}}/"> - <img class="ui mini image" with="30" height="30" src="{{AssetUrlPrefix}}/img/logo.svg"> + <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"> <i class="sidebar icon"></i> @@ -33,7 +33,7 @@ {{template "custom/extra_links" .}} - {{/* + {{/* TODO <div class="item"> <div class="ui icon input"> <input class="searchbox" type="text" placeholder="{{.i18n.Tr "search_project"}}"> |