File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -132,6 +132,7 @@ div.tab-pane:before {
132132
133133/* A new type of Bootstrap label and panel*/
134134.label-blank { color : # 555 ; background-color : # eee ; font-size : 0.9em ; line-height : 0.9 ; padding : 0.2em 0.6em ; }
135+ .label-bluesheets { color : # fff ; background-color : # 9bf ; font-size : 0.71em ; padding : 0.2em 0.2em ; }
135136.label .label-wide { margin-left : 1em ; margin-right : 1em ; }
136137.panel-blank { color : # 555 ; }
137138.panel-blank > .panel-heading { background-color : # eee ; }
Original file line number Diff line number Diff line change 5757 < span class ="label label-warning "> No minutes</ span >
5858 {% endif %}
5959 {% endif %}
60+ {% if session.type.slug == 'session' and show_agenda == "True" and not session.all_meeting_bluesheets %}
61+ < span class ="label label-bluesheets "> No bluesheets</ span >
62+ {% endif %}
6063 </ td >
6164 < td >
6265 {% with session.all_meeting_slides as slides %}
You can’t perform that action at this time.
0 commit comments