From b05fb29e4ff20a15ac4b1af3d3a14ec1408adcde Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Wed, 26 Aug 2020 03:49:38 +0000 Subject: [PATCH] Merged r19983 from trunk to 4.1-stable (#33889). git-svn-id: http://svn.redmine.org/redmine/branches/4.1-stable@19984 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/projects/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/projects/show.html.erb b/app/views/projects/show.html.erb index de99eeabe..c8745be14 100644 --- a/app/views/projects/show.html.erb +++ b/app/views/projects/show.html.erb @@ -31,7 +31,7 @@ <%= textilizable @project.description %> <% end %> - <% if @project.homepage.present? || @project.visible_custom_field_values.any?(&:present?) %> + <% if @project.homepage.present? || @project.visible_custom_field_values.any? { |o| o.value.present? } %>