summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIllya Klymov <xanf@xanf.me>2019-04-17 12:15:32 +0000
committerIllya Klymov <xanf@xanf.me>2019-04-18 06:29:34 +0300
commit862f2d6046fd41eeed0fe87e51fe7f7ce9130e48 (patch)
tree7b89c27c1ed46340497819504196746afee3ff8f
parent34961ed4d828226b8b1a2d9b48dd5115dec55ce4 (diff)
downloadgitlab-ce-xanf/gitlab-ce-add-template-link.tar.gz
Apply suggestion to app/views/projects/new.html.hamlxanf/gitlab-ce-add-template-link
-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 4df1c12ce57..95027634de2 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: link_start, link_end: '</a>'.html_safe }
+ = _('Learn how to %{link_start}contribute to the 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