symposion_app/pinaxcon/templates/symposion/schedule/_schedule_nav_link.html

11 lines
292 B
HTML
Raw Normal View History

<a
class="nav-link {% if active %}active{% endif %}"
id="schedule_day_{{ label|lower }}-tab"
href="#{{ label|lower }}"
data-toggle="pill"
role="tab"
aria-controls="schedule_day_{{ label|lower }}"
aria-selected="{% if active %}true{% else %}false{% endif %}">
{{ label }}
</a>