mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 13:13:22 +08:00
Add action to more button
This commit is contained in:
parent
8853d297ed
commit
f6422a50ac
2 changed files with 2 additions and 1 deletions
|
@ -36,5 +36,6 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<%= javascript_include_tag("experiments/dropdown_actions") %>
|
||||
<%= javascript_include_tag("projects/show") %>
|
||||
<i data-hook="project-show-js"></i>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue