Merged in [16124] from rcross@amsl.com:
Add No Bluesheets indicator to materials page.
- Legacy-Id: 16133
Note: SVN reference [16124] has been migrated to Git commit e101d94065
This commit is contained in:
parent
6c1bafc913
commit
b92d8ab30d
|
@ -132,6 +132,7 @@ div.tab-pane:before {
|
|||
|
||||
/* A new type of Bootstrap label and panel*/
|
||||
.label-blank { color: #555; background-color: #eee; font-size: 0.9em; line-height: 0.9; padding: 0.2em 0.6em; }
|
||||
.label-bluesheets { color: #fff; background-color: #9bf; font-size: 0.71em; padding: 0.2em 0.2em; }
|
||||
.label.label-wide { margin-left: 1em; margin-right: 1em; }
|
||||
.panel-blank { color: #555; }
|
||||
.panel-blank > .panel-heading { background-color: #eee; }
|
||||
|
|
|
@ -57,6 +57,9 @@
|
|||
<span class="label label-warning">No minutes</span>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% if session.type.slug == 'session' and show_agenda == "True" and not session.all_meeting_bluesheets %}
|
||||
<span class="label label-bluesheets">No bluesheets</span>
|
||||
{% endif %}
|
||||
</td>
|
||||
<td>
|
||||
{% with session.all_meeting_slides as slides %}
|
||||
|
|
Loading…
Reference in a new issue