From 57e26e351e05477dc55ce2e4ad6d8cf969c7fc88 Mon Sep 17 00:00:00 2001 From: Andrea Fazzi Date: Mon, 27 Jan 2020 15:05:24 +0100 Subject: [PATCH] Improve buttons for suggestions --- templates/layout/create_button.html.tpl | 2 +- templates/participants.html.tpl | 8 ++++++-- templates/participants_show.html.tpl | 10 ++++++++-- templates/schools_show.html.tpl | 8 ++++++-- 4 files changed, 21 insertions(+), 7 deletions(-) diff --git a/templates/layout/create_button.html.tpl b/templates/layout/create_button.html.tpl index 8fea21ce..c6a3e087 100644 --- a/templates/layout/create_button.html.tpl +++ b/templates/layout/create_button.html.tpl @@ -1,5 +1,5 @@ {{define "create_button"}} - + {{.buttonTitle}} diff --git a/templates/participants.html.tpl b/templates/participants.html.tpl index ea55a784..ccea069b 100644 --- a/templates/participants.html.tpl +++ b/templates/participants.html.tpl @@ -6,7 +6,7 @@
{{$options := ` title: "Participanti" - buttonTitle: "Crea nuovo partecipante" + buttonTitle: "Iscrivi un nuovo partecipante" `}} {{$modelPath := ""}} @@ -59,7 +59,11 @@

Suggerimenti

{{if le (len .Data) 1}}

- E' possibile iscrivere fino a due partecipanti alla gara (di diversa categoria). {{(printf "Clicca %s per iscrivere un partecipante." ((create "Participant")|anchor "qui")|html)}} + E' possibile iscrivere fino a due partecipanti alla gara (di diversa categoria). + + + Iscrivi un nuovo partecipante +

{{end}} {{if eq (len .Data) 2}} diff --git a/templates/participants_show.html.tpl b/templates/participants_show.html.tpl index 1f95cddd..803072e6 100644 --- a/templates/participants_show.html.tpl +++ b/templates/participants_show.html.tpl @@ -108,8 +108,14 @@

Suggerimenti

- {{if eq (len .Data.School.Participants) 1}} -

E' possibile iscrivere fino a due partecipanti alla gara (di diversa categoria). {{(printf "Clicca %s per iscrivere un partecipante." ((create "Participant")|anchor "qui")|html)}} + {{if le (len .Data.School.Participants) 1}} +

+ E' possibile iscrivere fino a due partecipanti alla gara (di diversa categoria). + + + Iscrivi un nuovo partecipante + +

{{end}} {{if eq (len .Data.School.Participants) 2}}
diff --git a/templates/schools_show.html.tpl b/templates/schools_show.html.tpl index ae1814e5..613c826b 100644 --- a/templates/schools_show.html.tpl +++ b/templates/schools_show.html.tpl @@ -77,7 +77,7 @@ icon: "fa fa-user" `}} - {{$noElements := (printf "La scuola non ha iscritto alcun partecipante. Clicca %s per iscrivere il primo partecipante." ((create "Participant")|anchor "qui")|html)}} + {{$noElements := "La scuola non ha iscritto alcun partecipante."}} {{template "relation_list" dict "options" ($options|yaml) "data" .Data.Participants "noElements" $noElements "small" (toSlice "Category")}}
@@ -88,7 +88,11 @@

Suggerimenti

{{if le (len .Data.Participants) 1}}

- E' possibile iscrivere fino a due partecipanti alla gara (di diversa categoria). {{(printf "Clicca %s per iscrivere un partecipante." ((create "Participant")|anchor "qui")|html)}} + E' possibile iscrivere fino a due partecipanti alla gara (di diversa categoria). + + + Iscrivi un nuovo partecipante +

{{end}} {{if eq (len .Data.Participants) 2}}