We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a385f9 commit 656732cCopy full SHA for 656732c
src/reports/reports.md
@@ -23,15 +23,18 @@ breadcrumbs:
23
{%- endfor -%}
24
</div>
25
26
+
27
+ {%- assign currentSpec = results.specsImplementedBy | where: 'title', report.respecConfig.title | first -%}
28
+ {%- if currentSpec.implementations.length > 0 -%}
29
<div class="column">
30
<div class="ui segment">
31
<h3 class="ui header">Implementations</h3>
32
<ul>
- {%- assign currentSpec = results.specsImplementedBy | where: 'title', matrix.title | first -%}
33
{%- for imp in currentSpec.implementations -%}
34
<li><a href="/implementations/{{ imp | slugify }}">{{ imp }}</a></li>
35
36
</ul>
37
38
39
+ {%- endif -%}
40
0 commit comments