We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12008d7 commit 1495629Copy full SHA for 1495629
utils/rendering/controls-template.html
@@ -30,7 +30,9 @@ <h2>{{{ control.id }}}: {{{ control.title }}}</h2>
30
{{%- endif -%}}
31
{{%- else %}}
32
{{%- if selection in rules %}}
33
- <li><a href="https://github.com/ComplianceAsCode/content/tree/master/{{{ rules[selection].relative_definition_location }}}">{{{ selection }}}</a>: {{{ rules[selection].title }}}</li>
+ <li><a href="https://github.com/ComplianceAsCode/content/tree/master/{{{ rules[selection].relative_definition_location }}}"> {{{ selection }}}</a>: {{{ rules[selection].title }}}
34
+ <ul><li>{{{ rules[selection].identifiers['cce'] }}}</li></ul>
35
+ </li>
36
37
<li>{{{ selection }}} - not available for this product</li>
38
0 commit comments