mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-30 06:38:37 -04:00 
			
		
		
		
	Run make fmt (#21437)
				
					
				
			The only change is what `make fmt` did, I am merely a vessel for its glorious function Signed-off-by: Yarden Shoham <hrsi88@gmail.com>
This commit is contained in:
		| @@ -1,14 +1,14 @@ | |||||||
| <form class="ui form ignore-dirty" style="max-width: 100%"> | <form class="ui form ignore-dirty" style="max-width: 100%"> | ||||||
| 	<div class="ui fluid action input"> | 	<div class="ui fluid action input"> | ||||||
| 		<input name="q" value="{{.Keyword}}"{{if .CodeIndexerUnavailable }} disabled{{end}} placeholder="{{.locale.Tr "explore.search"}}…" autofocus> | 		<input name="q" value="{{.Keyword}}"{{if .CodeIndexerUnavailable}} disabled{{end}} placeholder="{{.locale.Tr "explore.search"}}…" autofocus> | ||||||
| 		<div class="ui dropdown selection tooltip{{if .CodeIndexerUnavailable }} disabled{{end}}" data-content="{{.locale.Tr "explore.search.type.tooltip"}}"> | 		<div class="ui dropdown selection tooltip{{if .CodeIndexerUnavailable}} disabled{{end}}" data-content="{{.locale.Tr "explore.search.type.tooltip"}}"> | ||||||
| 			<input name="t" type="hidden" value="{{.queryType}}"{{if .CodeIndexerUnavailable }} disabled{{end}}>{{svg "octicon-triangle-down" 14 "dropdown icon"}} | 			<input name="t" type="hidden" value="{{.queryType}}"{{if .CodeIndexerUnavailable}} disabled{{end}}>{{svg "octicon-triangle-down" 14 "dropdown icon"}} | ||||||
| 			<div class="text">{{.locale.Tr (printf "explore.search.%s" (or .queryType "fuzzy"))}}</div> | 			<div class="text">{{.locale.Tr (printf "explore.search.%s" (or .queryType "fuzzy"))}}</div> | ||||||
| 			<div class="menu transition hidden" tabindex="-1" style="display: block !important;"> | 			<div class="menu transition hidden" tabindex="-1" style="display: block !important;"> | ||||||
| 				<div class="item tooltip" data-value="" data-content="{{.locale.Tr "explore.search.fuzzy.tooltip"}}">{{.locale.Tr "explore.search.fuzzy"}}</div> | 				<div class="item tooltip" data-value="" data-content="{{.locale.Tr "explore.search.fuzzy.tooltip"}}">{{.locale.Tr "explore.search.fuzzy"}}</div> | ||||||
| 				<div class="item tooltip" data-value="match" data-content="{{.locale.Tr "explore.search.match.tooltip"}}">{{.locale.Tr "explore.search.match"}}</div> | 				<div class="item tooltip" data-value="match" data-content="{{.locale.Tr "explore.search.match.tooltip"}}">{{.locale.Tr "explore.search.match"}}</div> | ||||||
| 			</div> | 			</div> | ||||||
| 		</div> | 		</div> | ||||||
| 		<button class="ui primary button"{{if .CodeIndexerUnavailable }} disabled{{end}}>{{.locale.Tr "explore.search"}}</button> | 		<button class="ui primary button"{{if .CodeIndexerUnavailable}} disabled{{end}}>{{.locale.Tr "explore.search"}}</button> | ||||||
| 	</div> | 	</div> | ||||||
| </form> | </form> | ||||||
|   | |||||||
| @@ -5,13 +5,13 @@ | |||||||
| 		{{template "code/searchform" .}} | 		{{template "code/searchform" .}} | ||||||
| 		<div class="ui divider"></div> | 		<div class="ui divider"></div> | ||||||
| 		<div class="ui user list"> | 		<div class="ui user list"> | ||||||
| 			{{if .CodeIndexerUnavailable }} | 			{{if .CodeIndexerUnavailable}} | ||||||
| 				<div class="ui error message"> | 				<div class="ui error message"> | ||||||
| 					<p>{{$.locale.Tr "explore.code_search_unavailable"}}</p> | 					<p>{{$.locale.Tr "explore.code_search_unavailable"}}</p> | ||||||
| 				</div> | 				</div> | ||||||
| 			{{else if .SearchResults}} | 			{{else if .SearchResults}} | ||||||
| 				<h3> | 				<h3> | ||||||
| 					{{.locale.Tr "explore.code_search_results" (.Keyword|Escape) | Str2html }} | 					{{.locale.Tr "explore.code_search_results" (.Keyword|Escape) | Str2html}} | ||||||
| 				</h3> | 				</h3> | ||||||
| 				{{template "code/searchresults" .}} | 				{{template "code/searchresults" .}} | ||||||
| 			{{else if .Keyword}} | 			{{else if .Keyword}} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user