Fix bug getting started message when navigate to personal projects w/o them exist

This commit is contained in:
Dmitriy Zaporozhets 2012-12-04 11:18:13 +02:00
parent 87e0429fb1
commit 7f6bbf06f8
6 changed files with 48 additions and 43 deletions

View file

@ -30,4 +30,7 @@
%span.last_activity
%strong Last activity:
%span= project_last_activity(project)
- if projects.blank?
%li.wll
%h3.nothing_here_message There are no projects here.
.bottom= paginate projects, theme: "gitlab"