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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user