We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90da8e5 commit 44ac24cCopy full SHA for 44ac24c
1 file changed
app/views/names/_taxonomy.html.erb
@@ -214,7 +214,11 @@
214
<% elsif syn = @name.type_name_alt_placement %>
215
The type <%= @name.type_name.rank %> of this <%= @name.rank %> has
216
been placed in a different taxon. If that placement is considered
217
- correct, this name is a synonym of <%= display_link(syn) %>.
+ correct, this name is a
218
+ <% if @name.type_is_name? && syn.type_is_name? %>
219
+ <%= @name.type_name == syn.type_name ? 'homo' : 'hetero' %>typic
220
+ <% end %>
221
+ synonym of <%= display_link(syn) %>.
222
<% end %>
223
</dd>
224
0 commit comments