Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_default_templates.html.haml « form « issuable « shared « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 50f30e58b35c9e0a056e7607ef13c81093ef22e4 (plain)
1
2
3
4
5
%p.form-text.text-muted
  - template_link_url = help_page_path('user/project/description_templates')
  - template_link_start = '<a href="%{url}" target="_blank" rel="noopener noreferrer">'.html_safe % { url: template_link_url }
  = s_('Promotions|Add %{link_start} description templates %{link_end} to help your contributors to communicate effectively!').html_safe % { link_start: template_link_start, link_end: '</a>'.html_safe }