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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/profiles/comment_templates/index.html.haml')
-rw-r--r--app/views/profiles/comment_templates/index.html.haml19
1 files changed, 10 insertions, 9 deletions
diff --git a/app/views/profiles/comment_templates/index.html.haml b/app/views/profiles/comment_templates/index.html.haml
index dd5b43aa802..0692f5d8ebb 100644
--- a/app/views/profiles/comment_templates/index.html.haml
+++ b/app/views/profiles/comment_templates/index.html.haml
@@ -1,10 +1,11 @@
-- page_title _('Comment Templates')
+- 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')
+#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')