gitea源码

button.tmpl 336B

1234
  1. {{/* Disable (optional) - if search button has to be disabled */}}
  2. {{/* Tooltip (optional) - a tooltip to be displayed on hover */}}
  3. <button class="ui small icon button" aria-label="{{ctx.Locale.Tr "search.search"}}" {{with .Tooltip}}data-tooltip-content="{{.}}"{{end}}{{if .Disabled}} disabled{{end}}>{{svg "octicon-search"}}</button>