summaryrefslogtreecommitdiff
path: root/app/views/projects/wikis/_new.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-01-01 22:11:18 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-01-01 22:11:18 +0200
commit5fa805a7ba9e6dd437a5bbda1ea28741d0d8b9ee (patch)
treee156f0730ccdba3aee242623b60401fa1cd563e6 /app/views/projects/wikis/_new.html.haml
parenta9fba2cd0acf847bced02e5ff3673b41adca151a (diff)
downloadgitlab-ce-5fa805a7ba9e6dd437a5bbda1ea28741d0d8b9ee.tar.gz
Restyle issue form. Replace inputs
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
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 cadf450db60..8cb7fa8aa0b 100644
--- a/app/views/projects/wikis/_new.html.haml
+++ b/app/views/projects/wikis/_new.html.haml
@@ -7,7 +7,7 @@
.modal-body
= label_tag :new_wiki_path do
%span Page slug
- = text_field_tag :new_wiki_path, nil, placeholder: 'how-to-setup', class: 'input-lg', required: true, :'data-wikis-path' => project_wikis_path(@project)
+ = 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
.modal-footer