Patch by Alexander Meindl.
git-svn-id: http://svn.redmine.org/redmine/trunk@19983
e93f8b46-1217-0410-a6f0-
8f06a7374b81
<%= textilizable @project.description %>
</div>
<% 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? } %>
<ul>
<% unless @project.homepage.blank? %>
<li><span class="label"><%=l(:field_homepage)%>:</span> <%= link_to_if uri_with_safe_scheme?(@project.homepage), @project.homepage, @project.homepage %></li>