summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorZ.J. van de Weg <git@zjvandeweg.nl>2017-08-07 14:21:28 +0200
committerZ.J. van de Weg <git@zjvandeweg.nl>2017-08-07 15:09:14 +0200
commit2e6aa4f25e14fa7e57ea9f271e302e291ecc9e05 (patch)
tree4ff6c04b4871ec10ebe563c1d055a77ac589c495 /app/views
parentaae947cb1c1252a642e0464c61132ec2e965eb80 (diff)
downloadgitlab-ce-2e6aa4f25e14fa7e57ea9f271e302e291ecc9e05.tar.gz
After merge cleanup
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/new.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/new.html.haml b/app/views/projects/new.html.haml
index 05521ac75b9..e3bbebbcf4c 100644
--- a/app/views/projects/new.html.haml
+++ b/app/views/projects/new.html.haml
@@ -25,7 +25,7 @@
.form-group
= f.label :template_project, class: 'label-light' do
Create from template
- = link_to icon('question-circle'), help_page_path("public_access/public_access"), aria: { label: "What's included in a template?" }, title: "What's included in a template?", class: 'has-tooltip', data: { placement: 'top'}
+ = link_to icon('question-circle'), help_page_path("public_access/public_access"), aria: { label: "What’s included in a template?" }, title: "What’s included in a template?", class: 'has-tooltip', data: { placement: 'top'}
%div
= render 'project_templates', f: f
.second-column