From e91080371b32e69d038b3a94261688c09dbcd641 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 17 May 2023 00:08:30 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- .../components/notes/work_item_note_actions.vue | 67 ++++++++++++++-------- 1 file changed, 43 insertions(+), 24 deletions(-) (limited to 'app/assets/javascripts/work_items/components/notes/work_item_note_actions.vue') diff --git a/app/assets/javascripts/work_items/components/notes/work_item_note_actions.vue b/app/assets/javascripts/work_items/components/notes/work_item_note_actions.vue index 93f21f4fad8..835206ee667 100644 --- a/app/assets/javascripts/work_items/components/notes/work_item_note_actions.vue +++ b/app/assets/javascripts/work_items/components/notes/work_item_note_actions.vue @@ -1,5 +1,11 @@ @@ -135,46 +146,54 @@ export default { :aria-label="$options.i18n.editButtonText" @click="$emit('startEditing')" /> - - - {{ $options.i18n.reportAbuseText }} - - + {{ $options.i18n.reportAbuseText }} + + + - {{ $options.i18n.copyLinkText }} - - + {{ $options.i18n.copyLinkText , }} + + + - {{ assignUserActionText }} - - + {{ assignUserActionText }} + + + - {{ $options.i18n.deleteNoteText }} - - + + + -- cgit v1.2.1