Skip to content

Commit

Permalink
Fix 3387 (#3398)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md

* fix #3387
  • Loading branch information
antgonza authored Apr 23, 2024
1 parent 8b833d3 commit b4a7caf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qiita_pet/templates/analysis_description.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ <h2>
<thead>
<tr>
<th>Artifact ID</th>
<th>Study IDs</th>
<th>Prep IDs</th>
<th>Study Title</th>
<th>Parent Processing</th>
Expand All @@ -105,6 +106,7 @@ <h2>
{% for aid, data in artifacts.items() %}
<tr>
<td>{{aid}}</td>
<td>{{data[0]}}</td>
<td>{{', '.join(data[4])}}</td>
<td><a href="{% raw qiita_config.portal_dir %}/study/description/{{data[0]}}" target="_blank">{{data[1]}}</a></td>
<td>{{data[2][1]}}</td>
Expand Down

0 comments on commit b4a7caf

Please sign in to comment.