gitlabhq/app/views/dashboard/_zero_authorized_projects.html.haml
2013-01-29 22:18:19 +02:00

13 lines
402 B
Plaintext

%h3.nothing_here_message
There are no projects you have access to.
%br
- if current_user.can_create_project?
You can create up to
= current_user.projects_limit
projects. Click on button below to add a new one
.link_holder
= link_to new_project_path, class: "btn btn-primary" do
New Project »
- else
If you will be added to project - it will be displayed here