scinote-web/app/views/my_modules/_description_label.html.erb
2017-01-11 17:02:17 +01:00

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