Skip to content

Commit 0d4b0dd

Browse files
committed
add comment
1 parent e6775e6 commit 0d4b0dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/shared/searchfuzzy.tmpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<!-- Topic can be "repo" or "explore" -->
12
<div class="ui dropdown selection {{if .Disabled}} disabled{{end}}" data-tooltip-content="{{ctx.Locale.Tr (printf "%s.search.type.tooltip" .Topic)}}">
23
<input name="t" type="hidden"{{if .Disabled}} disabled{{end}} value="{{.QueryType}}">{{svg "octicon-triangle-down" 14 "dropdown icon"}}
34
<div class="text">{{ctx.Locale.Tr (printf "%s.search.%s" .Topic (or .QueryType "fuzzy"))}}</div>

0 commit comments

Comments
 (0)