mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-11 18:21:04 +08:00
5 lines
192 B
Text
5 lines
192 B
Text
<% if @my_module.description.blank? %>
|
|
<em><%=t "experiments.canvas.popups.no_description" %></em>
|
|
<% else %>
|
|
<%= custom_auto_link(@my_module.description, team: current_team) %>
|
|
<% end %>
|