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 47bd533 commit 67b0271
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions app/views/names/wiki.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@
<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 All @@ -30,6 +24,13 @@
<pre class="rounded bg-light px-3 py-2 border"><%=
render(partial: 'names/wiki/wikispecies_page')
%></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/>

<br/>
<%= render(partial: 'shared/cc') %>

0 comments on commit 67b0271

Please sign in to comment.