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:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-09-29 06:13:40 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-09-29 06:13:40 +0300
commit41310fed8a373f2869cdd5946605e28a977706f1 (patch)
tree55390a2f6c782dec7363f13ade1c1c49a7163332 /app/views/groups
parent46f9d8c35974925bf3d01380e10dd920e6dcaaf3 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/groups')
-rw-r--r--app/views/groups/custom_emoji/index.html.haml8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/views/groups/custom_emoji/index.html.haml b/app/views/groups/custom_emoji/index.html.haml
new file mode 100644
index 00000000000..d8c28ac8959
--- /dev/null
+++ b/app/views/groups/custom_emoji/index.html.haml
@@ -0,0 +1,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')