Skip to content

Commit

Permalink
remove the submitter block entirely, it's redundant #2043
Browse files Browse the repository at this point in the history
this information is duplicated and already shown consistently on the right
  • Loading branch information
stuzart committed Nov 12, 2024
1 parent 9b6a763 commit 699ff52
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions app/views/assays/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,6 @@
<%= @assay.assay_class.title -%>
</p>
<% end %>
<% if @assay.contributor&.can_view? %>
<p class="id">
<label>
<%= t('contributor').capitalize -%>:
</label>
<%= link_to @assay.contributor.name, @assay.contributor -%>
</p>
<% end %>
<%= render :partial => 'projects/show_project_relationship', :locals => { :resource => @assay } %>
<p id="investigation">
Expand Down

0 comments on commit 699ff52

Please sign in to comment.