Skip to content

Commit 8d24f09

Browse files
committed
update the search results HTNL template to display kind and value
1 parent 9a9b8e7 commit 8d24f09

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/api/resources/templates/search_results.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ <h1>Resolved URLs</h1>
2121
<td>{{ item.assembly.accession_id }}</td>
2222
<td>{{ item.scientific_name }}</td>
2323
<td>{{ item.common_name }}</td>
24-
<td>{{ item.species }}</td>
25-
<td>{{ item.type }}</td>
24+
<td>{{ item.type.kind }} - {{ item.type.value }}</td>
2625
<td>
2726
<a href="{{ item.resolved_url }}">Ensembl</a>
2827
</td>

0 commit comments

Comments
 (0)