From 645aaf6e3d18007b56e5bbb33c6fda1526bdc716 Mon Sep 17 00:00:00 2001
From: Alex Braha Stoll <alexbrahastoll@gmail.com>
Date: Sun, 25 Dec 2016 22:13:20 -0200
Subject: [PATCH] Use the icon helper at wikis/_new.html.haml

---
 app/views/projects/wikis/_new.html.haml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/views/projects/wikis/_new.html.haml b/app/views/projects/wikis/_new.html.haml
index f9f8fc63288..d91a7096701 100644
--- a/app/views/projects/wikis/_new.html.haml
+++ b/app/views/projects/wikis/_new.html.haml
@@ -14,8 +14,8 @@
                 %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
-                %i.fa.fa-lightbulb-o
-                &nbsp;Tip: You can specify the full path for the new file.
+                =icon('lightbulb-o')
+                Tip: You can specify the full path for the new file.
                 We will automatically create any missing directories.
             .form-actions
               = button_tag 'Create Page', class: 'build-new-wiki btn btn-create'
-- 
GitLab