dash-website/_includes/wallet-tile-group-container.html
Chuck Williams f71fc75876 Wallets:
-- adds accessibility tags wallet tabs & panels
-- adds conditional modal treatment for "dash-core" vendor_id's
-- activates modal buttons
-- presentation / style cleanup on modals (incomplete)
-- wallet modal action buttons are now the first "link"
2017-01-27 05:02:18 -07:00

9 lines
264 B
HTML

<div id="{{wallet-group.name}}"
role="tab-panel"
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>