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

index.html.haml « comment_templates « profiles « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dd5b43aa802da2473cf74b7906148ec9991861aa (plain)
1
2
3
4
5
6
7
8
9
10
- page_title _('Comment Templates')

#js-comment-templates-root.row.gl-mt-5{ data: { base_path: profile_comment_templates_path } }
  .col-lg-4
    %h4.gl-mt-0
      = page_title
    %p
      = _('Comment templates can be used when creating comments inside issues, merge requests, and epics.')
  .col-lg-8
    = gl_loading_icon(size: 'lg')