mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-13 08:34:49 +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| %>
|
<% my_modules.each do |my_module| %>
|
||||||
<li class="sidebar-leaf">
|
<li class="sidebar-leaf">
|
||||||
<%= link_to my_module.name,
|
<%= link_to my_module.name,
|
||||||
title: my_module.name,
|
|
||||||
protocols_my_module_url(my_module),
|
protocols_my_module_url(my_module),
|
||||||
|
title: my_module.name,
|
||||||
class: 'sidebar-link',
|
class: 'sidebar-link',
|
||||||
data: { module_id: my_module.id } %>
|
data: { module_id: my_module.id } %>
|
||||||
</li>
|
</li>
|
||||||
|
|
Loading…
Add table
Reference in a new issue