From 01f9a9f5d71450a0c80195058245fdebe88796bd Mon Sep 17 00:00:00 2001 From: GrailFinder Date: Wed, 5 Jun 2024 08:22:36 +0300 Subject: Feat: recommendations for anon and user --- components/recommendation.html | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'components/recommendation.html') diff --git a/components/recommendation.html b/components/recommendation.html index 5036088..17e622a 100644 --- a/components/recommendation.html +++ b/components/recommendation.html @@ -1,4 +1,7 @@ -{{define "recommentdation"}} +{{define "recommendation"}} +
+

Recommendations

+

Some actions used by other users for inspiration.

ActionTypePlus

@@ -6,10 +9,10 @@ - + - {{range $action := .Actions}} - {{if and (eq $action.Type "ActionTypePlus") (or (not $action.Done) ($action.Repeatable))}} + {{range $action := .}} + {{if (eq $action.Type "ActionTypePlus")}} @@ -29,9 +32,9 @@ - + - {{range $action := .Actions}} + {{range $action := .}} {{if eq $action.Type "ActionTypeMinus"}} -- cgit v1.2.3
Name Magnitude RepeatableCommitCopy
{{$action.Name}}Name Magnitude RepeatableCommitCopy