Skip to content

Commit

Permalink
Update wiki.html.erb
Browse files Browse the repository at this point in the history
  • Loading branch information
lmrodriguezr committed Jul 28, 2024
1 parent 1adedfd commit 47bd533
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/views/names/wiki.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
<pre class="rounded bg-light px-3 py-2 border"><%=
render(partial: 'names/wiki/wikispecies_template')
%></pre>
<% if @name.parent.present? %>
<p>
Make sure to also register the
<%= link_to('parent wikispecies template', wiki_name_url(@name.parent)) %>
</p>
<% end %>
<br/>
<% end %>

Expand Down

0 comments on commit 47bd533

Please sign in to comment.