We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ff533b commit 6bc6e9fCopy full SHA for 6bc6e9f
1 file changed
app/views/names/_metadata.html.erb
@@ -72,12 +72,14 @@
72
</li>
73
<% end %>
74
75
- <% if @name.public? && user_signed_in? %>
+ <% if @name.public? %>
76
<li>
77
<%= link_to(@name.wikispecies_url, target: '_blank') do %>
78
Wikispecies: <%= @name.base_name %>
79
<%= fa_icon('external-link-alt') %><% end %>
80
- (<%= link_to('see reference source', wiki_name_url(@name)) %>)
+ <% if user_signed_in? %>
81
+ (<%= link_to('see reference source', wiki_name_url(@name)) %>)
82
+ <% end %>
83
84
85
</ul>
0 commit comments