mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 13:13:22 +08:00
Enabled experiment dropdown for viewers to view ID and members [SCI-6159
This commit is contained in:
parent
3746332c30
commit
f43457012c
1 changed files with 1 additions and 3 deletions
|
@ -29,9 +29,7 @@
|
||||||
<span><%= experiment.code %></span>
|
<span><%= experiment.code %></span>
|
||||||
</div>
|
</div>
|
||||||
<div class="actions actions-cell table-cell">
|
<div class="actions actions-cell table-cell">
|
||||||
<% if can_manage_experiment?(experiment) %>
|
<%= render partial: 'projects/show/experiment_actions_dropdown.html.erb', locals: { experiment: experiment, project: project } %>
|
||||||
<%= render partial: 'projects/show/experiment_actions_dropdown.html.erb', locals: { experiment: experiment, project: project } %>
|
|
||||||
<% end %>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="dates-and-img-container">
|
<div class="dates-and-img-container">
|
||||||
<div class="dates-container">
|
<div class="dates-container">
|
||||||
|
|
Loading…
Reference in a new issue