mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-12 20:24:43 +08:00
b64e200b91
Also refactor localization files concerning canvas.
5 lines
No EOL
153 B
Text
5 lines
No EOL
153 B
Text
<% if @my_module.description.blank? %>
|
|
<em><%=t "experiments.canvas.popups.no_description" %></em>
|
|
<% else %>
|
|
<%= @my_module.description %>
|
|
<% end %> |