summaryrefslogtreecommitdiff
path: root/app/views/projects/wikis/_new.html.haml
diff options
context:
space:
mode:
authorMarin Jankovski <marin@gitlab.com>2014-04-28 16:22:31 +0200
committerMarin Jankovski <marin@gitlab.com>2014-04-28 16:22:31 +0200
commitc4b1a5f5ea338d9be6b24f29a562b567b3c2598b (patch)
tree505b2ac5bd4d38b16e3b471e2c398f5f24617cc5 /app/views/projects/wikis/_new.html.haml
parent0050c07fdda59f36ca2959e08d422ff5d6479e10 (diff)
downloadgitlab-ce-c4b1a5f5ea338d9be6b24f29a562b567b3c2598b.tar.gz
Allow nested files in wiki.
Diffstat (limited to 'app/views/projects/wikis/_new.html.haml')
-rw-r--r--app/views/projects/wikis/_new.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/wikis/_new.html.haml b/app/views/projects/wikis/_new.html.haml
index 8cb7fa8aa0b..1ce292a02df 100644
--- a/app/views/projects/wikis/_new.html.haml
+++ b/app/views/projects/wikis/_new.html.haml
@@ -9,6 +9,6 @@
%span Page slug
= text_field_tag :new_wiki_path, nil, placeholder: 'how-to-setup', class: 'form-control', required: true, :'data-wikis-path' => project_wikis_path(@project)
%p.hint
- Please don't use spaces and slashes
+ Please don't use spaces.
.modal-footer
= link_to 'Build', '#', class: 'build-new-wiki btn btn-create'