summaryrefslogtreecommitdiff
path: root/app/views/dashboard/projects.html.haml
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-02-13 15:43:02 +0100
committerDouwe Maan <douwe@gitlab.com>2015-02-13 15:43:02 +0100
commit055c2f1e33ffe0bae1b5f1ec6d5fea68ee055bad (patch)
treef879412cd6ce4647c7a2be1801d074cbe2ecfa43 /app/views/dashboard/projects.html.haml
parent529188e4788991961796b1b6131389072ee61efb (diff)
downloadgitlab-ce-055c2f1e33ffe0bae1b5f1ec6d5fea68ee055bad.tar.gz
Add "New Project" button to dashboard projects page.
Diffstat (limited to 'app/views/dashboard/projects.html.haml')
-rw-r--r--app/views/dashboard/projects.html.haml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/dashboard/projects.html.haml b/app/views/dashboard/projects.html.haml
index dba3025b3cc..21e44fb1c60 100644
--- a/app/views/dashboard/projects.html.haml
+++ b/app/views/dashboard/projects.html.haml
@@ -1,6 +1,10 @@
%h3.page-title
My Projects
+ = link_to new_project_path, class: "btn btn-new pull-right" do
+ %i.fa.fa-plus
+ New Project
+
%p.light
All projects you have access to are listed here. Public projects are not included here unless you are a member
%hr