symposion_app/pinaxcon/templates/symposion/schedule/_schedule_nav_link.html
Joel Addison 1022a42cf7 Styling for schedule
Update to Bootstrap 4 throughout.
Remove unused blocks and elements from past conferences.
Ensure schedule works in print mode.
2019-10-20 23:16:29 +10:00

10 lines
292 B
HTML

<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>