| ... | @@ -35,15 +35,15 @@ |
... | @@ -35,15 +35,15 @@ |
|
|
.bottom= paginate @projects, :theme => "gitlab"
|
|
.bottom= paginate @projects, :theme => "gitlab"
|
|
|
|
|
|
|
|
- else
|
|
- else
|
|
|
%h3 Nothing here
|
|
%h3.nothing_here_message There are no projects you have access to.
|
|
|
%br
|
|
%br
|
|
|
|
%h4.nothing_here_message
|
|
|
- if current_user.can_create_project?
|
|
- if current_user.can_create_project?
|
|
|
.alert-message.block-message.warning
|
|
|
|
|
You can create up to
|
|
You can create up to
|
|
|
= current_user.projects_limit
|
|
= current_user.projects_limit
|
|
|
projects. Click on link below to add a new one
|
|
projects. Click on button below to add a new one
|
|
|
.link_holder
|
|
.link_holder
|
|
|
= link_to new_project_path, :class => "" do
|
|
= link_to new_project_path, :class => "btn primary" do
|
|
|
New Project »
|
|
New Project »
|
|
|
- else
|
|
- else
|
|
|
If you will be added to project - it will be displayed here |
|
If you will be added to project - it will be displayed here |