Skip to content

Commit 6c71413

Browse files
committed
Update _ambiguous_type_genome.html.erb
1 parent bb01c65 commit 6c71413

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
<td><%= display_link(genome) %></td>
1919
<td>
2020
<% @checks[@check].each do |check_type| %>
21-
<% warn = name.qc_warnings[check_type] %>
22-
<%= render('checks/curator', locals: { warn: warn }) if warn %>
21+
<% w = name.qc_warnings[check_type] %>
22+
<%= render(partial: 'checks/curator', locals: { warn: w }) if w %>
2323
<% end %>
2424
</td>
2525
<td>

0 commit comments

Comments
 (0)