Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorMarkus Koller <markus.koller.ext@siemens.com>2017-12-07 15:54:49 +0300
committerMarkus Koller <markus.koller.ext@siemens.com>2017-12-07 17:16:33 +0300
commit693a6c1c9aa49aa70e41b26cb9a1511bc5928663 (patch)
tree6a81032de67ba5cedbfdb93387d5edc2d602cb79 /app
parent17542a7895f288b8e7bc92836039f4dcbb7c17d2 (diff)
Use Markdown styling for new project guidelines
Diffstat (limited to 'app')
-rw-r--r--app/views/projects/new.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/projects/new.html.haml b/app/views/projects/new.html.haml
index cad7c2e83db..4bb97ecdd16 100644
--- a/app/views/projects/new.html.haml
+++ b/app/views/projects/new.html.haml
@@ -18,7 +18,8 @@
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.
- = brand_new_project_guidelines
+ .md
+ = brand_new_project_guidelines
.col-lg-9.js-toggle-container
%ul.nav-links.gitlab-tabs{ role: 'tablist' }
%li.active{ role: 'presentation' }