Add action to more button

This commit is contained in:
aignatov-bio 2021-02-11 12:41:22 +01:00
parent 8853d297ed
commit f6422a50ac
2 changed files with 2 additions and 1 deletions

View file

@ -36,5 +36,6 @@
</div>
</div>
<%= javascript_include_tag("experiments/dropdown_actions") %>
<%= javascript_include_tag("projects/show") %>
<i data-hook="project-show-js"></i>

View file

@ -68,7 +68,7 @@
<% if experiment.description.present? %>
<%= link_to t('experiments.card.more'),
experiment_path(experiment),
class: 'more-button',
class: 'more-button experiment-action-link',
remote: true %>
<% end %>
</div>