Remove futile check

pull/3422/head
Alexander Bach 9 years ago
parent 1e4f68d50d
commit 690d89d368
  1. 3
      app/views/projects/show.html.erb

@ -37,9 +37,6 @@ See doc/COPYRIGHT.rdoc for more details.
<%= format_text @project.description %>
</div>
<ul>
<% if @project.homepage.present? %>
<li><%= Project.human_attribute_name(:homepage) %>: <%=raw auto_link(@project.homepage) %></li>
<% end %>
<% if @subprojects.any? %>
<li>
<%= l(:label_subproject_plural) %>:

Loading…
Cancel
Save