Use the icon helper at wikis/_new.html.haml

This commit is contained in:
Alex Braha Stoll 2016-12-25 22:13:20 -02:00
parent 50e3e796ea
commit 645aaf6e3d
1 changed files with 2 additions and 2 deletions

View File

@ -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
 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'