Remove the Experiment ID displayed in the three dots menu dropdown [SCI-9215]

This commit is contained in:
sboursen-scinote 2023-09-21 11:38:09 +02:00
parent 9dd90bd133
commit 90b9813083

View file

@ -75,9 +75,4 @@
<% end %>
</li>
<% end %>
<li class="form-dropdown-item">
<div class="form-dropdown-item-info">
<small><%= t('experiments.experiment_id') %>: <strong><%= experiment.code %></strong></small>
</div>
</li>
</ul>