Skip to content

Commit 5a5ad89

Browse files
committed
Fixed #80
Added component version at the summary list
1 parent e497b12 commit 5a5ad89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

about_code_tool/templates/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ <h1>OPEN SOURCE SOFTWARE INFORMATION</h1>
3939

4040
<div class="oss-table-of-contents">
4141
{% for about_object in about_objects %}
42-
<p><a href="#component_{{ loop.index0 }}">{{ about_object.name }}</a></p>
42+
<p><a href="#component_{{ loop.index0 }}">{{ about_object.name }}{% if about_object.version %} {{ about_object.version }}{% endif %}</a></p>
4343
{% endfor %}
4444
</div>
4545

0 commit comments

Comments
 (0)