Improve “New project“ page description

Explain what a project is instead of what a user can do
This commit is contained in:
Pedro Moreira da Silva 2017-09-18 11:11:39 +01:00
parent 0a60758b49
commit ee557c8aaa
1 changed files with 3 additions and 1 deletions

View File

@ -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 dont need in the project settings.
.col-lg-9.js-toggle-container
= form_for @project, html: { class: 'new_project' } do |f|
.create-project-options