File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 < thead id ="message-row ">
1717 < tr >
1818 {% if doc.rev != latest_rev %}
19- < th colspan ="4 " class ="alert-warning "> The information below is for an old version of the document</ th >
19+ < th colspan ="3 " class ="alert-warning "> The information below is for an old version of the document</ th >
2020 {% else %}
21- < th colspan ="4 " > </ th >
21+ < th colspan ="3 " > </ th >
2222 {% endif %}
2323 </ tr >
2424 </ thead >
2525
26+ < tbody class ="meta ">
2627 < tr >
2728 < th > {% if doc.meeting_related %}Meeting{% endif %} {{ doc.type.name }}</ th >
2829 < td class ="edit "> </ td >
8283
8384 {% if presentations or can_manage_material %}
8485 < tr >
85- < th > On Agenda </ th >
86+ < th > On agenda </ th >
8687 < td class ="edit ">
8788 {% if not snapshot and can_manage_material %}
8889 {% doc_edit_button "material_presentations" name=doc.name %}
104105 < td class ="edit "> </ td >
105106 < td > {{ doc.time|date:"Y-m-d" }}</ td >
106107 </ tr >
108+ </ tbody >
107109 </ table >
108110
109111 < p class ="buttonlist ">
You can’t perform that action at this time.
0 commit comments