Skip to content

Commit b77c62d

Browse files
NekoBit6543lafriks
authored
Fix typo and add TODO notice (#16064)
Co-authored-by: 6543 <[email protected]> Co-authored-by: Lauris BH <[email protected]>
1 parent 8e26210 commit b77c62d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/base/head_navbar.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div class="ui container" id="navbar">
22
<div class="item brand" style="justify-content: space-between;">
33
<a href="{{AppSubUrl}}/">
4-
<img class="ui mini image" with="30" height="30" src="{{AssetUrlPrefix}}/img/logo.svg">
4+
<img class="ui mini image" width="30" height="30" src="{{AssetUrlPrefix}}/img/logo.svg">
55
</a>
66
<div class="ui basic icon button mobile-only" id="navbar-expand-toggle">
77
<i class="sidebar icon"></i>
@@ -33,7 +33,7 @@
3333

3434
{{template "custom/extra_links" .}}
3535

36-
{{/*
36+
{{/* TODO
3737
<div class="item">
3838
<div class="ui icon input">
3939
<input class="searchbox" type="text" placeholder="{{.i18n.Tr "search_project"}}">

0 commit comments

Comments
 (0)