Skip to content

Commit b4a7caf

Browse files
authored
Fix 3387 (#3398)
* Update CHANGELOG.md * fix #3387
1 parent 8b833d3 commit b4a7caf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

qiita_pet/templates/analysis_description.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ <h2>
9494
<thead>
9595
<tr>
9696
<th>Artifact ID</th>
97+
<th>Study IDs</th>
9798
<th>Prep IDs</th>
9899
<th>Study Title</th>
99100
<th>Parent Processing</th>
@@ -105,6 +106,7 @@ <h2>
105106
{% for aid, data in artifacts.items() %}
106107
<tr>
107108
<td>{{aid}}</td>
109+
<td>{{data[0]}}</td>
108110
<td>{{', '.join(data[4])}}</td>
109111
<td><a href="{% raw qiita_config.portal_dir %}/study/description/{{data[0]}}" target="_blank">{{data[1]}}</a></td>
110112
<td>{{data[2][1]}}</td>

0 commit comments

Comments
 (0)