diff options
author | Markus Koller <markus.koller.ext@siemens.com> | 2017-12-07 13:54:49 +0100 |
---|---|---|
committer | Markus Koller <markus.koller.ext@siemens.com> | 2017-12-07 15:16:33 +0100 |
commit | 693a6c1c9aa49aa70e41b26cb9a1511bc5928663 (patch) | |
tree | 6a81032de67ba5cedbfdb93387d5edc2d602cb79 /app/views/projects/new.html.haml | |
parent | 17542a7895f288b8e7bc92836039f4dcbb7c17d2 (diff) | |
download | gitlab-ce-693a6c1c9aa49aa70e41b26cb9a1511bc5928663.tar.gz |
Use Markdown styling for new project guidelines
Diffstat (limited to 'app/views/projects/new.html.haml')
-rw-r--r-- | app/views/projects/new.html.haml | 3 |
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' } |