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/assets/javascripts/notes/components/email_participants_warning.vue')
-rw-r--r--app/assets/javascripts/notes/components/email_participants_warning.vue7
1 files changed, 4 insertions, 3 deletions
diff --git a/app/assets/javascripts/notes/components/email_participants_warning.vue b/app/assets/javascripts/notes/components/email_participants_warning.vue
index cf9108992be..478c5847b41 100644
--- a/app/assets/javascripts/notes/components/email_participants_warning.vue
+++ b/app/assets/javascripts/notes/components/email_participants_warning.vue
@@ -1,11 +1,12 @@
<script>
-import { GlSprintf } from '@gitlab/ui';
+import { GlSprintf, GlButton } from '@gitlab/ui';
import { toNounSeriesText } from '~/lib/utils/grammar';
import { s__, sprintf } from '~/locale';
export default {
components: {
GlSprintf,
+ GlButton,
},
props: {
emails: {
@@ -58,9 +59,9 @@ export default {
<div class="issuable-note-warning">
<gl-sprintf :message="message">
<template #andMore>
- <button type="button" class="gl-button btn-link" @click="showMoreParticipants">
+ <gl-button variant="link" class="gl-vertical-align-baseline" @click="showMoreParticipants">
{{ moreLabel }}
- </button>
+ </gl-button>
</template>
<template #emails>
<span>{{ title }}</span>