Fix item’s panel-title in checkout questions: move variation to name (#2172)

This commit is contained in:
Richard Schreiber
2021-08-09 15:13:19 +02:00
committed by GitHub
parent 4c3192f116
commit 9295abb80e

View File

@@ -56,10 +56,10 @@
<details class="panel panel-default" open>
<summary class="panel-heading">
<h4 class="panel-title">
<strong>{{ pos.item.name }}</strong>
<strong>{{ pos.item.name }}
{% if pos.variation %}
{{ pos.variation }}
{% endif %}
{% endif %}</strong>
{% if forloop.counter > 1 %}
<span class="text-right flip">
{% if event.settings.checkout_show_copy_answers_button %}