mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
WIP - wallet page updates; adds wallet product modals, improves wallet-collection data;
This commit is contained in:
parent
ca201703b5
commit
5d3388abf2
12 changed files with 351 additions and 172 deletions
7
_includes/wallet-tile-group-container.html
Normal file
7
_includes/wallet-tile-group-container.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
<div id="{{wallet-group.name}}" class="tab-pane fade in out {% if forloop.first == true %}active{% endif %}">
|
||||
<div class="row">
|
||||
{% for wallet in wallet-group.items %}
|
||||
{% include wallet-tile.html %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue