Redmine 4.1.7
This commit is contained in:
parent
55458d3479
commit
3ca3c37487
103 changed files with 2426 additions and 431 deletions
|
@ -31,7 +31,7 @@
|
|||
<%= 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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue