~bouncepaw/mycorrhiza

fed4472ae3d1e733882e7b3270287d6f4c638e5a — Timur Ismagilov 1 year, 8 months ago b29042a
Search: Delete the search results description
2 files changed, 0 insertions(+), 2 deletions(-)

M misc/view_title_search.html
M misc/views.go
M misc/view_title_search.html => misc/view_title_search.html +0 -1
@@ 7,7 7,6 @@
		<p>{{block "go to hypha" .}}Go to hypha <a class="wikilink{{if .HasExactMatch | not}} wikilink_new{{end}}" href="/hypha/{{.MatchedHyphaName}}">{{beautifulName .MatchedHyphaName}}</a>.{{end}}</p>
	{{end}}
	{{if len .Results}}
		<p>{{block "search desc" .}}Every hypha name has been compared with the query. Hyphae that have matched the query are listed below.{{end}}</p>
		<ol>
        {{range .Results}}
			<li>

M misc/views.go => misc/views.go +0 -1
@@ 14,7 14,6 @@ var (
{{define "list of hyphae"}}Список гиф{{end}}
{{define "search:"}}Поиск:{{end}}
{{define "search results for"}}Результаты поиска для «{{.}}»{{end}}
{{define "search desc"}}Название каждой из существующих гиф сопоставлено с запросом. Подходящие гифы приведены ниже.{{end}}
{{define "search no results"}}Ничего не найдено.{{end}}
{{define "x total"}}{{.}} всего.{{end}}
{{define "go to hypha"}}Перейти к гифе <a class="wikilink{{if .HasExactMatch | not}} wikilink_new{{end}}" href="/hypha/{{.MatchedHyphaName}}">{{beautifulName .MatchedHyphaName}}</a>.{{end}}