scinote-web/app/views/users/settings/teams/_description_label.html.erb
2017-01-25 12:01:23 +01:00

6 lines
185 B
Plaintext

<% if team.description.present? and not team.description.empty? %>
<%= team.description %>
<% else %>
<em><%= t('users.settings.teams.edit.header_no_description') %></em>
<% end %>