Skip to content

Commit bece95d

Browse files
committed
Update _ambiguous_type_genome.html.erb
1 parent 5535d39 commit bece95d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<% def show_aai(cr) %>
33
<% cr.each do |r| %>
44
<div class="<%=
5-
r[1].to_f > 95.0 ? 'text-danger' : r[1].to_f > 60.0 ? 'text-warning' : ''
5+
r[1].to_f > 95.0 ? 'text-danger' : r[1].to_f > 60.0 ? '' : 'text-muted'
66
%>">
77
<%= r[1] %>% - <%= r[0].unmiga_name %>
88
</div>

0 commit comments

Comments
 (0)