feat: added browser reload and styling
This commit is contained in:
@@ -15,18 +15,18 @@
|
||||
<a href="{% url 'web:product_detail' pk=product.pk slug=product.slug %}"
|
||||
class="text-lg font-semibold leading-tight text-gray-900 hover:underline dark:text-white">{{ product.name }}</a>
|
||||
|
||||
<div class="mt-2 flex items-center gap-2">
|
||||
<div class="flex items-center">
|
||||
{% include 'components/icons/star.svg' %}
|
||||
{% include 'components/icons/star.svg' %}
|
||||
{% include 'components/icons/star.svg' %}
|
||||
{% include 'components/icons/star.svg' %}
|
||||
{% include 'components/icons/star.svg' %}
|
||||
</div>
|
||||
<!-- <div class="mt-2 flex items-center gap-2">-->
|
||||
<!-- <div class="flex items-center">-->
|
||||
<!-- {% include 'components/icons/star.svg' %}-->
|
||||
<!-- {% include 'components/icons/star.svg' %}-->
|
||||
<!-- {% include 'components/icons/star.svg' %}-->
|
||||
<!-- {% include 'components/icons/star.svg' %}-->
|
||||
<!-- {% include 'components/icons/star.svg' %}-->
|
||||
<!-- </div>-->
|
||||
|
||||
<p class="text-sm font-medium text-gray-900 dark:text-white">5.0</p>
|
||||
<p class="text-sm font-medium text-gray-500 dark:text-gray-400">(455)</p>
|
||||
</div>
|
||||
<!-- <p class="text-sm font-medium text-gray-900 dark:text-white">5.0</p>-->
|
||||
<!-- <p class="text-sm font-medium text-gray-500 dark:text-gray-400">(455)</p>-->
|
||||
<!-- </div>-->
|
||||
<div class="mt-4 flex gap-4">
|
||||
<p class="text-2xl font-extrabold leading-tight text-gray-900 dark:text-white">
|
||||
{{ product.price.price_with_tax }}€
|
||||
|
||||
Reference in New Issue
Block a user