mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-29 11:45:18 +08:00
Fix caching of an experiment card dropdown [SCI-6606] (#3963)
This commit is contained in:
parent
1c50081de5
commit
4a4b8ff6b0
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
<% cache [current_user, experiment] do %>
|
||||
<% cache [current_user, experiment.project, experiment] do %>
|
||||
<div class="dropdown experiment-actions-menu">
|
||||
<button class="btn btn-light dropdown-toggle icon-btn" type="button" id="experimentActionsDropdown" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
|
||||
<i class="fas fa-ellipsis-h"></i>
|
||||
|
|
Loading…
Reference in a new issue