summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIllya Klymov <xanf@xanf.me>2019-04-16 18:31:15 +0300
committerIllya Klymov <xanf@xanf.me>2019-04-18 06:29:34 +0300
commit81cecbe80991fa1242ef33a800fd425d69a0731b (patch)
tree9f586aabe5bfb43533ee782fd2ca92de2ac428be
parent4cc91305e937f753ad79d06b5d3f58bd0d82e3c3 (diff)
downloadgitlab-ce-81cecbe80991fa1242ef33a800fd425d69a0731b.tar.gz
Fix typo in suggested change
-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 ccfe9d6dd1d..4df1c12ce57 100644
--- a/app/views/projects/new.html.haml
+++ b/app/views/projects/new.html.haml
@@ -53,7 +53,7 @@
%div
- contributing_templates_url = 'https://gitlab.com/gitlab-org/project-templates/contributing'
- link_start = '<a href="%{url}" target="_blank" rel="noopener noreferrer">'.html_safe % { url: contributing_templates_url }
- = _('Learn how to %{link_start}contribute built-in templates%{link_end}').html_safe % { link_start: zones_link_start, link_end: '</a>'.html_safe }
+ = _('Learn how to %{link_start}contribute built-in templates%{link_end}').html_safe % { link_start: link_start, link_end: '</a>'.html_safe }
= form_for @project, html: { class: 'new_project' } do |f|
.project-template
.form-group