mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-12-17 22:28:38 +08:00
Merge pull request #8062 from andrej-scinote/aj_SCI_11257
Fix opening of tags modal on canvas medium view [SCI-11257]
This commit is contained in:
commit
14dfde7210
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
data-module-y="<%= my_module.y %>"
|
||||
data-module-conns="<%= construct_module_connections(my_module) %>">
|
||||
|
||||
<a class="edit-tags-link pull-right" data-remote="true" href="<%= my_module_tags_edit_url(my_module, format: :json) %>">
|
||||
<a class="edit-tags-link pull-right" data-remote="true" href="<%= my_module_path(my_module, format: :json) %>">
|
||||
<%= render partial: "canvas/tags", locals: { my_module: my_module } %>
|
||||
</a>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue