mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-12 12:16:06 +08:00
10 lines
No EOL
255 B
Text
10 lines
No EOL
255 B
Text
<% query ||= nil %>
|
|
<% text = query.present? ? highlight(step.name, query) : step.name %>
|
|
|
|
<% if can_view_steps_in_module(step.my_module) %>
|
|
<a href="<%= my_module_steps_path(step.my_module) %>">
|
|
<%= text %>
|
|
</a>
|
|
<% else %>
|
|
<%= text %>
|
|
<% end %> |