Skip to content

Commit

Permalink
add type to output table
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalGawor committed Jun 12, 2024
1 parent 28c5a1b commit 461d448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dogui/dogui/templates/UI/_fetch.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
{{ ref_files_by_type.resource_type }}
</td>
<td>
{% for pid in ref_files_by_type.pid %}
{% for pid in ref_files_by_type.ref_resources %}
<a href="{{ pid }}">{{ pid }}</a>
{% if not forloop.last %}
<br>
Expand Down

0 comments on commit 461d448

Please sign in to comment.