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

index.html.haml « custom_emoji « groups « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d8c28ac8959345b6dc11475ca339557b494324ef (plain)
1
2
3
4
5
6
7
8
- page_title _('Custom emoji')

#js-custom-emojis-root.row.gl-mt-5{ data: { base_path: group_custom_emoji_index_path(@group), group_path: @group.full_path } }
  .col-12
    %h4.gl-mt-0
      = page_title
    %p= _('Custom emoji will be available to use in every project in the group.')
    = gl_loading_icon(size: 'lg')