mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-14 21:24:54 +08:00
7 lines
281 B
Text
7 lines
281 B
Text
<% if @my_module.description.blank? %>
|
|
<em><%=t "experiments.canvas.popups.no_description" %></em>
|
|
<% else %>
|
|
<%= auto_link(simple_format(@my_module.description),
|
|
link: :urls,
|
|
html: { target: '_blank' }) %>
|
|
<% end %>
|