Skip to content

Commit a5003ad

Browse files
committed
Update _ambiguous_type_genome.html.erb
1 parent 9b22f44 commit a5003ad

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

app/views/registers/curation_genomics/_ambiguous_type_genome.html.erb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
<% end %>
2626
</td>
2727
<td>
28-
<% name.qc_warnings.checks.each do |warn| %>
29-
<%= warn.type %>
28+
<% name.qc_warnings.each do |warn| %>
3029
<% if warn.type.to_s =~ /^discrepant_/ %>
3130
<%= render(partial: 'checks/check', locals: { warn: warn }) %>
3231
<% end %>

0 commit comments

Comments
 (0)