diff --git a/app/views/dmsf/_description.html.erb b/app/views/dmsf/_description.html.erb index f593637d..3c156f0d 100644 --- a/app/views/dmsf/_description.html.erb +++ b/app/views/dmsf/_description.html.erb @@ -22,8 +22,17 @@ <% if @project %>
-
- <%= textilizable @folder ? @folder.description : @project.dmsf_description %> -
+
+ <%= textilizable @folder ? @folder.description : @project.dmsf_description %> +
+ <% if @folder && @folder.custom_field_values.any? { |o| o.value.present? } %> + + <% end %>
<% end %>