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: 2dda0049c0929662ccfd540688294ccbb25fcfb6 (plain)
1
2
3
4
5
.gl-mt-3.gl-text-secondary
  - 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 }