diff --git a/app/views/assays/show.html.erb b/app/views/assays/show.html.erb index f7149c8dc4..e5b1008f92 100644 --- a/app/views/assays/show.html.erb +++ b/app/views/assays/show.html.erb @@ -25,14 +25,6 @@ <%= @assay.assay_class.title -%>

<% end %> - <% if @assay.contributor&.can_view? %> -

- - <%= link_to @assay.contributor.name, @assay.contributor -%> -

- <% end %> <%= render :partial => 'projects/show_project_relationship', :locals => { :resource => @assay } %>