Merge pull request #3149 from aignatov-bio/ai-sci-5468-connect-details-modal-to-more-button

Add action to more button [SCI-5468]
This commit is contained in:
aignatov-bio 2021-02-11 13:56:54 +01:00 committed by GitHub
commit 1a3c715d72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -32,5 +32,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>