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: 0692f5d8ebbb6dcb68d6e227f45a148b646c1287 (plain)
1
2
3
4
5
6
7
8
9
10
11
- page_title _('Comment templates')

#js-comment-templates-root.settings-section.gl-mt-3{ data: { base_path: profile_comment_templates_path } }
  .settings-sticky-header
    .settings-sticky-header-inner
      %h4.gl-my-0
        = page_title
  %p.gl-text-secondary
    = _('Comment templates can be used when creating comments inside issues, merge requests, and epics.')

  = gl_loading_icon(size: 'lg')