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 e497b12 commit 5a5ad89Copy full SHA for 5a5ad89
about_code_tool/templates/default.html
@@ -39,7 +39,7 @@ <h1>OPEN SOURCE SOFTWARE INFORMATION</h1>
39
40
<div class="oss-table-of-contents">
41
{% for about_object in about_objects %}
42
- <p><a href="#component_{{ loop.index0 }}">{{ about_object.name }}</a></p>
+ <p><a href="#component_{{ loop.index0 }}">{{ about_object.name }}{% if about_object.version %} {{ about_object.version }}{% endif %}</a></p>
43
{% endfor %}
44
</div>
45
0 commit comments