Fix bug getting started message when navigate to personal projects w/o them exist
This commit is contained in:
parent
87e0429fb1
commit
7f6bbf06f8
6 changed files with 48 additions and 43 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue