1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-11 05:42:22 +04:00

random_number store fix

This commit is contained in:
chomik
2018-03-21 10:22:55 +01:00
parent 930438aa6b
commit 7bfa12346e
+2 -2
View File
@@ -11,8 +11,8 @@
<div class="badge badge-default badge-md">New</div>
{% endif %}
</td>
<td class="text-right text-muted d-none d-md-table-cell text-nowrap">{{ forloop.index | random_number: 4, 50 }} reviews</td>
<td class="text-right text-muted d-none d-md-table-cell text-nowrap">{{ forloop.index | random_number: 4, 50, 100 }} offers</td>
<td class="text-right text-muted d-none d-md-table-cell text-nowrap">{{ forloop.index | random_number: 4, 100 }} reviews</td>
<td class="text-right text-muted d-none d-md-table-cell text-nowrap">{{ forloop.index | random_number: 4, 50 }} offers</td>
<td class="text-right">
<strong>{{ product.price }}</strong>
</td>