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
diff options
context:
space:
mode:
authorAlex Braha Stoll <alexbrahastoll@gmail.com>2017-02-13 07:23:54 +0300
committerAlex Braha Stoll <alexbrahastoll@gmail.com>2017-02-13 07:23:54 +0300
commitfe5a753be903344a6cc1dc8f1e023b62887e920b (patch)
tree8bff86fbdf1b17180e70bf0cd3d6bd504a3a71ef /app/views/projects/wikis
parent89347fb688820667ce55089daa600277796871a5 (diff)
Fix haml-lint violation
Diffstat (limited to 'app/views/projects/wikis')
-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