Skip to content

Commit

Permalink
Update _sequencing_experiments.html.erb
Browse files Browse the repository at this point in the history
  • Loading branch information
lmrodriguezr committed Nov 13, 2024
1 parent bdbfbe5 commit 508503e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/views/genomes/_sequencing_experiments.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
</h2>

<% @genome.sequencing_experiments.each do |se| %>
<dt><%= fa_icon('vial') %> <%= se.title %></dt>
<dt>
<%= fa_icon('vial') %>
<%= se.title.present? ? se.title : se.sra_accession %>
</dt>
<dd>
<ul>
<li>
Expand Down

0 comments on commit 508503e

Please sign in to comment.