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:
authorConstance Okoghenun <constanceokoghenun@gmail.com>2019-05-13 22:58:00 +0300
committerConstance Okoghenun <constanceokoghenun@gmail.com>2019-05-13 22:58:00 +0300
commit0584846d75af53d9f2301afa8bb9fdd2dbde7fd0 (patch)
treebf3796357b5591e703943a4272546df0db59bff3
parentcea4f38529ef535a14de2a73e1a6e613b88dc924 (diff)
CE backport of reply button tracker refactor
EE MR https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/12578
-rw-r--r--app/assets/javascripts/notes/components/note_actions/reply_button.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/notes/components/note_actions/reply_button.vue b/app/assets/javascripts/notes/components/note_actions/reply_button.vue
index be8e42af9ea..1aeb07d6608 100644
--- a/app/assets/javascripts/notes/components/note_actions/reply_button.vue
+++ b/app/assets/javascripts/notes/components/note_actions/reply_button.vue
@@ -19,7 +19,7 @@ export default {
<gl-button
ref="button"
v-gl-tooltip
- class="note-action-button"
+ class="note-action-button js-note-action-reply"
variant="transparent"
:title="__('Reply to comment')"
@click="$emit('startReplying')"