From 21d01f4c4b10f82c65dccfba22f825640610d66e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Tue, 16 Apr 2019 03:56:53 +0200 Subject: sklad: clean up templates --- cmd/sklad/search.tmpl | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'cmd/sklad/search.tmpl') diff --git a/cmd/sklad/search.tmpl b/cmd/sklad/search.tmpl index 9fef455..0c58bf9 100644 --- a/cmd/sklad/search.tmpl +++ b/cmd/sklad/search.tmpl @@ -1,16 +1,16 @@ {{ define "Title" }}„{{ .Query }}“ — Vyhledávání{{ end }} {{ define "Content" }} -

Vyhledávání: „{{ .Query }}“

+

Vyhledávání: „{{ .Query }}“

Řady

{{ range .Series }}
-
-

{{ .Prefix }}

-

{{ .Description }} -

+
+

{{ .Prefix }}

+

{{ .Description }} +

{{ else }}

Neodpovídají žádné řady. @@ -20,16 +20,16 @@ {{ range .Containers }}

-
-

{{ .Id }} -{{ range .Path }} - « {{ . }} -{{ end }} -

-
-{{ if .Description }} -

{{ .Description }} -{{ end }} +

+

{{ .Id }} + {{- range .Path }} + « {{ . }} + {{- end }} +

+
+ {{- if .Description }} +

{{ .Description }} + {{- end }}

{{ else }}

Neodpovídají žádné obaly. -- cgit v1.2.3