summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-09-18 14:53:36 +0000
committerPhil Hughes <me@iamphill.com>2017-09-18 14:53:36 +0000
commitd53178ff7be7f093315f8888a120913931d24632 (patch)
treebb08c27bd34c76b8eef8f5626e541fb788ef8dd2
parentce5abaae80764fc0c8505f115fb8bb5799bec7b1 (diff)
parentee557c8aaafa73c399dae22788724a871e0a64bd (diff)
downloadgitlab-ce-d53178ff7be7f093315f8888a120913931d24632.tar.gz
Merge branch '37933-improve-new-project-page-description-explaining-what-a-project-is' into 'master'
Resolve "Improve “New project“ page description explaining what a project is" Closes #37933 See merge request gitlab-org/gitlab-ce!14331
-rw-r--r--app/views/projects/new.html.haml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/projects/new.html.haml b/app/views/projects/new.html.haml
index 819392b8f0c..cc41b908946 100644
--- a/app/views/projects/new.html.haml
+++ b/app/views/projects/new.html.haml
@@ -16,7 +16,9 @@
New project
- if import_sources_enabled?
%p
- Create or Import your project from popular Git services
+ A project is where you house your files (repository), plan your work (issues), and publish your documentation (wiki), #{link_to 'among other things', help_page_path("user/project/index.md", anchor: "projects-features"), target: '_blank'}.
+ %p
+ All features are enabled when you create a project, but you can disable the ones you don’t need in the project settings.
.col-lg-9.js-toggle-container
= form_for @project, html: { class: 'new_project' } do |f|
.create-project-options