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:
authorClement Ho <clemmakesapps@gmail.com>2019-03-20 18:47:55 +0300
committerGitLab Release Tools Bot <robert+release-tools@gitlab.com>2019-03-21 00:00:39 +0300
commitd610b4f572f2c79198439d7c8cbb70b6b602acf7 (patch)
treea30575a887d504fbba1cad52e523ccc6a943fb8a
parent3c764b18b533e57c1d9f0afa62a7cbf8c2b12120 (diff)
Merge branch 'winh-replty-to-comment-tooltip' into 'master'
Move reply to comment tooltip to the top Closes #59198 See merge request gitlab-org/gitlab-ce!26366 (cherry picked from commit 75e24b8f506444bfdac57fd0d8d691e49fb77dc1) 6f4c0178 Move reply to comment tooltip to the top
-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 f50cab81efe..be8e42af9ea 100644
--- a/app/assets/javascripts/notes/components/note_actions/reply_button.vue
+++ b/app/assets/javascripts/notes/components/note_actions/reply_button.vue
@@ -18,7 +18,7 @@ export default {
<div class="note-actions-item">
<gl-button
ref="button"
- v-gl-tooltip.bottom
+ v-gl-tooltip
class="note-action-button"
variant="transparent"
:title="__('Reply to comment')"