From 4b4840719495bd17a508f3eadf93af4053e7dd5a Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 18 Jun 2016 06:50:59 +0000 Subject: [PATCH] Merged r15543. git-svn-id: http://svn.redmine.org/redmine/branches/3.3-stable@15544 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/projects/show.html.erb | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/app/views/projects/show.html.erb b/app/views/projects/show.html.erb index 007f0fab2..3e384530c 100644 --- a/app/views/projects/show.html.erb +++ b/app/views/projects/show.html.erb @@ -23,15 +23,11 @@ <%= textilizable @project.description %> <% end %> - <% if @project.homepage.present? || @subprojects.any? || @project.visible_custom_field_values.any?(&:present?) %> + <% if @project.homepage.present? || @project.visible_custom_field_values.any?(&:present?) %>