We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a9b8e7 commit 8d24f09Copy full SHA for 8d24f09
app/api/resources/templates/search_results.html
@@ -21,8 +21,7 @@ <h1>Resolved URLs</h1>
21
<td>{{ item.assembly.accession_id }}</td>
22
<td>{{ item.scientific_name }}</td>
23
<td>{{ item.common_name }}</td>
24
- <td>{{ item.species }}</td>
25
- <td>{{ item.type }}</td>
+ <td>{{ item.type.kind }} - {{ item.type.value }}</td>
26
<td>
27
<a href="{{ item.resolved_url }}">Ensembl</a>
28
</td>
0 commit comments