summaryrefslogtreecommitdiff
path: root/app/views/profiles/saved_replies/index.html.haml
blob: 2ae7a092249bf86c3566bc98a04db4474cab19a4 (plain)
1
2
3
4
5
6
7
8
9
10
- page_title _('Saved Replies')

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