summaryrefslogtreecommitdiff
path: root/app/views/dashboard/projects/_zero_authorized_projects.html.haml
diff options
context:
space:
mode:
authorZeger-Jan van de Weg <zegerjan@gitlab.com>2016-03-14 22:06:23 +0100
committerZeger-Jan van de Weg <zegerjan@gitlab.com>2016-03-14 22:06:23 +0100
commitab418e27a9121704d623343417126b0bdae08e79 (patch)
tree2827db700413571153b43a0e114d62a41596c287 /app/views/dashboard/projects/_zero_authorized_projects.html.haml
parent88f8d3a4d6521d1001bcea83c2fb7b7c4fe15f37 (diff)
downloadgitlab-ce-ab418e27a9121704d623343417126b0bdae08e79.tar.gz
Improve external users feature
Diffstat (limited to 'app/views/dashboard/projects/_zero_authorized_projects.html.haml')
-rw-r--r--app/views/dashboard/projects/_zero_authorized_projects.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/dashboard/projects/_zero_authorized_projects.html.haml b/app/views/dashboard/projects/_zero_authorized_projects.html.haml
index 65edc05b793..d54c7cad7be 100644
--- a/app/views/dashboard/projects/_zero_authorized_projects.html.haml
+++ b/app/views/dashboard/projects/_zero_authorized_projects.html.haml
@@ -18,7 +18,7 @@
- if current_user.can_create_project?
.link_holder
= link_to new_project_path, class: "btn btn-new" do
- =icon('plus')
+ = icon('plus')
New Project
- if current_user.can_create_group?