Skip to content
Snippets Groups Projects
Commit f705b889 authored by Jean-Philippe Lang's avatar Jean-Philippe Lang
Browse files

Hide the 'Latest projects' box on the welcome screen if there are no projects (#1156).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1400 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent 2d11265e
Branches
Tags
No related merge requests found
......@@ -12,6 +12,7 @@
</div>
<div class="splitcontentright">
<% if @projects.any? %>
<div class="box">
<h3 class="icon22 icon22-projects"><%=l(:label_project_latest)%></h3>
<ul>
......@@ -22,7 +23,8 @@
</li>
<% end %>
</ul>
</div>
</div>
<% end %>
</div>
<% content_for :header_tags do %>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment