Fix syntax error

SCI-5518
This commit is contained in:
Urban Rotnik 2021-03-08 22:02:01 +01:00
parent 919eeb2783
commit 419b69ef60

View file

@ -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>