diff --git a/app/views/projects/show.html.erb b/app/views/projects/show.html.erb index 006f84b26..82b43bc24 100644 --- a/app/views/projects/show.html.erb +++ b/app/views/projects/show.html.erb @@ -23,6 +23,7 @@ <%= textilizable @project.description %> <% end %> + <% if @project.homepage.present? || @subprojects.any? || @project.visible_custom_field_values.any?(&:present?) %>