You can make it easier for users to view their subscriptions by enabling them to sort subscriptions by type in the My Activities > Following page.
Applicable templates
- Following page
Recipe
- Under the
<nav>
tag, insert the following code:<div class="my-activities-following-header"> <span class="dropdown"> <span class="dropdown-toggle"> {{current_filter.label}} </span> <span class="dropdown-menu" role="menu"> {{#each filters}} <a href="{{url}}" aria-selected="{{selected}}" role="menuitem"> {{name}} </a> {{/each}} </span> </span> </div>
Comments
0 comments
Please sign in to leave a comment.