Skip to content

Commit

Permalink
Ref #8 Add links to the reports
Browse files Browse the repository at this point in the history
Signed-off-by: Krzysztof Kaźmierczyk <kazm@ibm.com>
  • Loading branch information
kkazmierczyk committed Oct 30, 2024
1 parent 03a4921 commit 11a6a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h1>Upload Files</h1>
<h1>List of the reports:</h1>
<table>
{% for report in reports %}
<tr><td>{{ report }}</td></tr>
<tr><td><a href="reports/{{ report }}/index.html">{{ report }}</a></td></tr>
{% endfor %}
</table>
</body>
Expand Down

0 comments on commit 11a6a15

Please sign in to comment.