Skip to content

Commit cedfe3b

Browse files
committed
Update _alert_messages.html.erb
1 parent 13c903b commit cedfe3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/views/registers/_alert_messages.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555

5656
<% if current_curator? &&
5757
@register.validated? && @register.wikispecies_issues? %>
58-
<% n = @register.names.find { |n| n.wikispecies_issues.any? }) %>
58+
<% n = @register.names.find { |n| n.wikispecies_issues.any? } %>
5959
<div class="alert alert-warning">
6060
<h4>Issues detected in Wikispecies entries (only for Curators)</h4>
6161
This list includes name(s) that are not properly registered in Wikispecies,

0 commit comments

Comments
 (0)