code.gitea.io/gitea@v1.22.3/templates/shared/search/combo.tmpl (about)

     1  {{/* Value - value of the search field (for search results page) */}}
     2  {{/* Disabled (optional) - if search field/button has to be disabled */}}
     3  {{/* Placeholder (optional) - placeholder text to be used */}}
     4  {{/* Tooltip (optional) - a tooltip to be displayed on button hover */}}
     5  <div class="ui small fluid action input">
     6  	{{template "shared/search/input" dict "Value" .Value "Disabled" .Disabled "Placeholder" .Placeholder}}
     7  	{{template "shared/search/button" dict "Disabled" .Disabled "Tooltip" .Tooltip}}
     8  </div>