summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Braha Stoll <alexbrahastoll@gmail.com>2017-02-13 02:23:54 -0200
committerAlex Braha Stoll <alexbrahastoll@gmail.com>2017-02-13 02:23:54 -0200
commitfe5a753be903344a6cc1dc8f1e023b62887e920b (patch)
tree8bff86fbdf1b17180e70bf0cd3d6bd504a3a71ef
parent89347fb688820667ce55089daa600277796871a5 (diff)
downloadgitlab-ce-fe5a753be903344a6cc1dc8f1e023b62887e920b.tar.gz
Fix haml-lint violation
-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 d91a7096701..3d33679f07d 100644
--- a/app/views/projects/wikis/_new.html.haml
+++ b/app/views/projects/wikis/_new.html.haml
@@ -14,7 +14,7 @@
%span Page slug
= text_field_tag :new_wiki_path, nil, placeholder: 'how-to-setup', class: 'form-control', required: true, :'data-wikis-path' => namespace_project_wikis_path(@project.namespace, @project), autofocus: true
%span.new-wiki-page-slug-tip
- =icon('lightbulb-o')
+ = icon('lightbulb-o')
Tip: You can specify the full path for the new file.
We will automatically create any missing directories.
.form-actions