Files
edx-platform/lms/templates/components/tabbed/tab.underscore
Daniel Friedman e7bfd2d62e Make tabbed view accessible
TNL-3150
2015-09-14 14:34:05 -04:00

2 lines
173 B
Plaintext

<button class="nav-item tab" data-url="<%= url %>" data-index="<%= index %>" is-active="false" aria-expanded="false" aria-controls="<%= tabPanelId %>"><%= title %></button>