Skip to content

Commit e036a7c

Browse files
committed
Update _inconsistent_16s_assignment.erb
1 parent 42addc5 commit e036a7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/views/registers/curation_genomics/_inconsistent_16s_assignment.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<%= pager(@names) %>
22

33
<% def show_tax_string(string) %>
4-
<% string.split(' > ').map do |i| %>
4+
<% string.split(' > ').each do |i| %>
55
<% r, n = i.split(':', 2) %>
66
<% r_deg = (%w[x d p c o f g s].index(r.to_s[0]) || 0) * 360 / 8 %>
77
&raquo;

0 commit comments

Comments
 (0)