scinote-web/app/views/users/settings/teams/_description_label.html.erb

6 lines
185 B
Plaintext
Raw Normal View History

2017-01-25 19:01:23 +08:00
<% if team.description.present? and not team.description.empty? %>
<%= team.description %>
<% else %>
<em><%= t('users.settings.teams.edit.header_no_description') %></em>
<% end %>