UI: Implement web-assets v2 component nav-pills #93592
@ -43,7 +43,7 @@
|
||||
<div class="row">
|
||||
{% block sidebar %}
|
||||
<div class="col-md-3">
|
||||
<div aria-orientation="vertical" class="flex-column mb-3 nav nav-pills" role="tablist">
|
||||
<nav aria-orientation="vertical" class="flex-column mb-3 nav nav-pills" role="tablist">
|
||||
{% include "bid_main/components/sidebar_nav_item.html" with url="bid_main:index" title="Home" url_match="/" icon="i-home" %}
|
||||
|
||||
{% include "bid_main/components/sidebar_nav_item.html" with url="bid_main:profile" title="Profile" url_match="/settings/profile" icon="i-user" %}
|
||||
@ -67,7 +67,7 @@
|
||||
{% include "bid_main/components/sidebar_nav_item.html" with url="bid_main:password_change" title="Password" url_match="/change" icon="i-asterisk" %}
|
||||
|
||||
{% include "bid_main/components/sidebar_nav_item.html" with url="bid_main:delete_user" title="Delete Account" url_match="/delete-my-account" icon="i-trash" %}
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user