mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-04 03:36:44 +08:00
Fix syntax error
SCI-5518
This commit is contained in:
parent
919eeb2783
commit
419b69ef60
1 changed files with 1 additions and 1 deletions
|
@ -11,8 +11,8 @@
|
|||
<% my_modules.each do |my_module| %>
|
||||
<li class="sidebar-leaf">
|
||||
<%= link_to my_module.name,
|
||||
title: my_module.name,
|
||||
protocols_my_module_url(my_module),
|
||||
title: my_module.name,
|
||||
class: 'sidebar-link',
|
||||
data: { module_id: my_module.id } %>
|
||||
</li>
|
||||
|
|
Loading…
Reference in a new issue