@@ -193,16 +193,11 @@ <h2>
193193 {{item.timeslot.time|date:"G:i"}}-{{item.timeslot.end_time|date:"G:i"}}
194194 {% endif %}
195195 </ td >
196- < td class =" hidden-xs " colspan ="3 ">
196+ < td colspan ="3 ">
197197 {% if item.timeslot.show_location and item.timeslot.get_location %}
198198 < a href ="https://tools.ietf.org/agenda/{{schedule.meeting.number}}/venue/?room={{ item.timeslot.get_location|slugify }} "> {{item.timeslot.get_location|split:"/"|join:"/< wbr > "}}</ a >
199199 {% endif %}
200200 </ td >
201- < td class ="visible-xs ">
202- {% if item.timeslot.show_location and item.timeslot.get_location %}
203- < a href ="https://tools.ietf.org/agenda/{{schedule.meeting.number}}/venue/?room={{ item.timeslot.get_location|slugify }} "> {{item.timeslot.get_location|split:"/"|join:"/< wbr > "}}</ a >
204- {% endif %}
205- </ td >
206201 < td colspan ="2 ">
207202 {{item.timeslot.name}}
208203 </ td >
@@ -223,28 +218,22 @@ <h2>
223218 {{item.timeslot.time|date:"G:i"}}-{{item.timeslot.end_time|date:"G:i"}}
224219 {% endif %}
225220 </ th >
226- < td class ="hidden-xs " colspan ="3 ">
227- {% if item.timeslot.show_location and item.timeslot.get_location %}
228- < a href ="https://tools.ietf.org/agenda/{{schedule.meeting.number}}/venue/?room={{ item.timeslot.get_location|slugify }} "> {{item.timeslot.get_location|split:"/"|join:"/< wbr > "}}</ a >
229- {% endif %}
230- </ td >
231- < td class ="visible-xs ">
221+ < td colspan ="3 ">
232222 {% if item.timeslot.show_location and item.timeslot.get_location %}
233223 < a href ="https://tools.ietf.org/agenda/{{schedule.meeting.number}}/venue/?room={{ item.timeslot.get_location|slugify }} "> {{item.timeslot.get_location|split:"/"|join:"/< wbr > "}}</ a >
234224 {% endif %}
235225 </ td >
236226
237227 {% else %}
238- < td class ="hidden-xs ">
239- </ td >
228+ < td > </ td >
240229
241230 < td >
242231 {% if item.timeslot.show_location and item.timeslot.get_location %}
243232 < a href ="https://tools.ietf.org/agenda/{{schedule.meeting.number}}/venue/?room={{ item.timeslot.get_location|slugify }} "> {{item.timeslot.get_location|split:"/"|join:"/< wbr > "}}</ a >
244233 {% endif %}
245234 </ td >
246235
247- < td class ="hidden-xs "> {{item.session.group.parent.acronym}}</ td >
236+ < td > < span class ="hidden-xs "> {{item.session.group.parent.acronym}}</ span > </ td >
248237
249238 < td >
250239 {% if item.session.group.charter %}
@@ -318,12 +307,14 @@ <h4>Slides</h4>
318307 </ div >
319308 </ div >
320309 </ td >
321- < td class ="text-nowrap hidden-xs ">
310+ < td class ="text-nowrap ">
311+ < span class ="hidden-xs ">
322312 {% if item.session.agenda %}
323313 < button class ="btn btn-default btn-xs " data-toggle ="modal " data-target ="#modal-{{session_id}} "> < span class ="fa fa-arrows-alt " title ="Show meeting materials "> </ span > </ button >
324314 < a class ="btn btn-default btn-xs " href ="/meeting/{{schedule.meeting.number}}/agenda/{{item.session.group.acronym}}-drafts.tgz " title ="Download meeting materials as .tar archive "> < span class ="fa fa-file-archive-o "> </ span > </ a >
325315 < a class ="btn btn-default btn-xs " href ="/meeting/{{ schedule.meeting.number }}/agenda/{{item.session.group.acronym}}-drafts.pdf " title ="Download meeting materials as PDF file "> < span class ="fa fa-file-pdf-o "> </ span > </ a >
326316 {% endif %}
317+ </ span >
327318 </ td >
328319 </ tr >
329320 {% endwith %}
0 commit comments