##// END OF EJS Templates
Hide the 'Latest projects' box on the welcome screen if there are no projects (#1156)....
Jean-Philippe Lang -
r1385:f705b889d9d2
parent child
Show More
@@ -12,6 +12,7
12 12 </div>
13 13
14 14 <div class="splitcontentright">
15 <% if @projects.any? %>
15 16 <div class="box">
16 17 <h3 class="icon22 icon22-projects"><%=l(:label_project_latest)%></h3>
17 18 <ul>
@@ -23,6 +24,7
23 24 <% end %>
24 25 </ul>
25 26 </div>
27 <% end %>
26 28 </div>
27 29
28 30 <% content_for :header_tags do %>
General Comments 0
You need to be logged in to leave comments. Login now