diff options
-rw-r--r-- | app/views/welcome/index.rhtml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/welcome/index.rhtml b/app/views/welcome/index.rhtml index 5da5a1ed3..8c25897bd 100644 --- a/app/views/welcome/index.rhtml +++ b/app/views/welcome/index.rhtml @@ -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 %> |