diff --git a/templates/poll/show.html.twig b/templates/poll/show.html.twig index a7627ad..ec0c5ca 100644 --- a/templates/poll/show.html.twig +++ b/templates/poll/show.html.twig @@ -3,51 +3,84 @@ {% block title %}{{ poll.title }}{% endblock %} {% block body %} -
-
- {# Header Card combiné #} -
-
-
-

{{ poll.title }}

+
+
+ {# Header Card #} +
+
+
+

{{ poll.title }}

-
+ class="flex items-center gap-2 bg-base-200 px-4 py-2 rounded-full" + :class="{'ring ring-error ring-opacity-50': minutes === '00' && parseInt(seconds) <= 30}"> +
00:00
- remaining + remaining
- {# Options Card #} -
-
- {{ form_start(form) }} -
- {% for child in form.choice %} -