Skip to content

Commit

Permalink
Update _wikispecies_template.html.erb
Browse files Browse the repository at this point in the history
  • Loading branch information
lmrodriguezr committed Jul 28, 2024
1 parent 2e91362 commit 79e1435
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/views/names/wiki/_wikispecies_template.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
<% # Lower ranks don't get their own template! %>
<% when 'family' %>
{{Taxonav|<%= @name.parent&.base_name %>}}
<% else %>
<% else %>
{{<%= @name.parent&.base_name %>}}
<% end %>
<% elsif @name.incertae_sedis? %>
<% @name.lineage.each do |ancestor| %>
<% if ancestor.inferred_rank == 'domain' %>
Expand Down

0 comments on commit 79e1435

Please sign in to comment.