File tree Expand file tree Collapse file tree
src/program/templates/includes Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 < th data-priority ="2 "> Event Type</ th >
99 < th data-priority ="100 " class ="text-center "> Tags</ th >
1010 < th data-priority ="3 "> Speakers</ th >
11- < th data-priority ="100 "> < i class ="fas fa-video "> </ i > </ th >
11+ < th data-priority ="100 "> < i class ="fas fa-video " title ="Recording " alt ="Streaming "> </ i > </ th >
12+ < th data-priority ="100 "> < i class ="fas fa-play " title ="Streaming " alt ="Streaming "> </ i > </ th >
1213 < th data-priority ="1 "> Scheduled</ th >
1314 </ tr >
1415 </ thead >
3738 N/A
3839 {% endfor %}
3940 </ td >
40- < td class ="text-center "> < span class ="hidden "> {{ event.video_recording }}</ span > {{ event.video_recording|truefalseicon }}</ td >
41+ < td class ="text-center " title ="Recording: {{ event.video_recording|yesno }} "> < span class ="hidden "> {{ event.video_recording }}</ span > {{ event.video_recording|truefalseicon }}</ td >
42+ < td class ="text-center " title ="Streaming: {{ event.video_streaming|yesno }} "> < span class ="hidden "> {{ event.video_streaming }}</ span > {{ event.video_streaming|truefalseicon }}</ td >
4143 < td data-order ="{{ event.event_slots.all.0.when.lower|date: "YmdHis " }}">
4244 {% for slot in event.event_slots.all %}
4345 {{ slot.event_location.icon_html }} {{ slot.event_location.name }} at {{ slot.when.lower }}< br >
You can’t perform that action at this time.
0 commit comments