Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jlpereira committed Jun 6, 2019
1 parent bb9b72c commit 05af557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/taxon_names_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def taxon_name_short_status(taxon_name)
if taxon_name.unavailable_or_invalid?
content_tag(:span, "This name is not valid/accepted.<br>The valid name is #{taxon_name_browse_link(taxon_name.valid_taxon_name)}.".html_safe, class: :brief_status, data: {icon: :attention, status: :invalid})
else
content_tag(:span, 'This name is valid/accepted.', class: :brief_status, data: {icon: :ok })
content_tag(:span, 'This name is valid/accepted.', class: :brief_status, data: {icon: :ok, status: :valid })
end
end
end
Expand Down

0 comments on commit 05af557

Please sign in to comment.