create purchase list without paging
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<div class="inline-flex rounded-md shadow-sm" role="group">
|
||||
{% for button in buttons %}
|
||||
{% button_group_button_sm href=button.href text=button.text color=button.color %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
Reference in New Issue
Block a user