1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

Fix ids of custom size star ratings (#2038)

This commit is contained in:
BG-Software
2025-01-05 23:05:17 +01:00
committed by GitHub
parent 4ae0358cf5
commit 3a4f10f936
2 changed files with 7 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
---
"@tabler/core": patch
---
Fix ids of custom size star ratings

View File

@@ -56,8 +56,8 @@ menu: base.stars-rating
<div class="space-y"> <div class="space-y">
{% include ui/rating.html id="size-sm" value=3 size="sm" %} {% include ui/rating.html id="size-sm" value=3 size="sm" %}
{% include ui/rating.html id="size-primary" value=3 %} {% include ui/rating.html id="size-primary" value=3 %}
{% include ui/rating.html id="size-red" value=3 size="md" %} {% include ui/rating.html id="size-md" value=3 size="md" %}
{% include ui/rating.html id="size-lime" value=3 size="lg" %} {% include ui/rating.html id="size-lg" value=3 size="lg" %}
</div> </div>
</div> </div>
</div> </div>