You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix markdown in overview.md.j2 once more
Signed-off-by: Matthias Büchse <matthias.buechse@alasca.cloud>
* Sort subjects within a group to have a predictable order
Signed-off-by: Matthias Büchse <matthias.buechse@alasca.cloud>
---------
Signed-off-by: Matthias Büchse <matthias.buechse@alasca.cloud>
Copy file name to clipboardExpand all lines: compliance-monitor/templates/overview.md.j2
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,12 @@ we could of course iterate over results etc., but hardcode the table (except the
3
3
for the time being to have the highest degree of control
4
4
-#}
5
5
6
-
{%ifunverified%}This table shows the most recent results, including unverified ones. Consumers are referred to the [verified table]({{base_url}}page/table). **Beware of false positives!**{%else%}This table shows the most recent **verified** results.{%endif%}
6
+
{%ifunverified%}These tables show the most recent results, including unverified ones. Consumers are referred to the [verified tables]({{base_url}}page/table). **Beware of false positives!**{%else%}These tables show the most recent **verified** results.{%endif%}
7
7
8
8
Version numbers are suffixed by a symbol depending on state: * for _draft_, † for _warn_ (soon to be deprecated), and †† for _deprecated_.
0 commit comments