mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-29 11:45:18 +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>
|
||||
</div>
|
||||
<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 } %>
|
||||
<% end %>
|
||||
<%= render partial: 'projects/show/experiment_actions_dropdown.html.erb', locals: { experiment: experiment, project: project } %>
|
||||
</div>
|
||||
<div class="dates-and-img-container">
|
||||
<div class="dates-container">
|
||||
|
|
Loading…
Reference in a new issue