We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ebc6a3 commit f656164Copy full SHA for f656164
1 file changed
ietf/templates/meeting/agenda.html
@@ -75,7 +75,7 @@ <h4 class="panel-title">
75
To be able to return to the customized view later, bookmark the resulting URL.
76
</p>
77
78
- <p>Groups displayed in <i>italics</i> are BOFs.</p>
+ <p>Groups displayed in <b><i>italics</i></b> are BOFs.</p>
79
80
81
{% regroup schedule.groups by parent.acronym as area_sessions %}
@@ -97,8 +97,8 @@ <h4 class="panel-title">
97
{% for wg in area.list %}
98
<div class="btn-group btn-group-xs btn-group-justified">
99
<button class="btn btn-default pickview {{wg.acronym}}">
100
- {% if wg.wg.is_bof %}
101
- <i>{{wg.acronym}}</i>
+ {% if wg.is_bof %}
+ <b><i>{{wg.acronym}}</i></b>
102
{% else %}
103
{{wg.acronym}}
104
{% endif %}
0 commit comments