mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-06 23:48:03 +08:00
6 lines
251 B
Text
6 lines
251 B
Text
<% if @my_module.description.blank? %>
|
|
<em><%=t "experiments.canvas.popups.no_description" %></em>
|
|
<% else %>
|
|
<%= custom_auto_link(simple_format(@my_module.description),
|
|
link: :urls, html: { target: '_blank' }) %>
|
|
<% end %>
|