summaryrefslogtreecommitdiff
path: root/app/views/projects/_customize_workflow.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/_customize_workflow.html.haml')
-rw-r--r--app/views/projects/_customize_workflow.html.haml8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/views/projects/_customize_workflow.html.haml b/app/views/projects/_customize_workflow.html.haml
new file mode 100644
index 00000000000..d2c1e943db1
--- /dev/null
+++ b/app/views/projects/_customize_workflow.html.haml
@@ -0,0 +1,8 @@
+.row-content-block.project-home-empty
+ %div.text-center{ class: container_class }
+ %h4
+ Customize your workflow!
+ %p
+ Get started with GitLab by enabling features that work best for your project. From issues and wikis, to merge requests and builds, GitLab can help manage your workflow from idea to production!
+ - if can?(current_user, :admin_project, @project)
+ = link_to "Get started", edit_project_path(@project), class: "btn btn-success"