mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-12 20:24:43 +08:00
5 lines
No EOL
189 B
Text
5 lines
No EOL
189 B
Text
<% if org.description.present? and not org.description.empty? %>
|
|
<%= org.description %>
|
|
<% else %>
|
|
<em><%= t("users.settings.organizations.edit.header_no_description") %></em>
|
|
<% end %> |