mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-27 02:04:33 +08:00
Fix style of experiment id in dropdown [SCI-5893]
This commit is contained in:
parent
ef6c46a19c
commit
c4b106f2b8
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@
|
|||
</li>
|
||||
<li class="form-dropdown-item">
|
||||
<div class="form-dropdown-item-info">
|
||||
<span><%= "#{t('experiments.experiment_id')}: #{experiment.code}" %></span>
|
||||
<small><%= t('experiments.experiment_id') %>: <strong><%= experiment.code %></strong></small>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in a new issue