Commit a075f2be authored by Illya Klymov's avatar Illya Klymov

Merge branch '229016-epic-header-tooltip' into 'master'

Replace with the new tooltip on Epic header

See merge request gitlab-org/gitlab!44596
parents a56a7989 69eb9594
<script> <script>
import { mapState, mapGetters, mapActions } from 'vuex'; import { mapState, mapGetters, mapActions } from 'vuex';
import { GlButton, GlIcon } from '@gitlab/ui'; import { GlButton, GlIcon, GlTooltipDirective } from '@gitlab/ui';
import { __ } from '~/locale'; import { __ } from '~/locale';
import tooltip from '~/vue_shared/directives/tooltip';
import UserAvatarLink from '~/vue_shared/components/user_avatar/user_avatar_link.vue'; import UserAvatarLink from '~/vue_shared/components/user_avatar/user_avatar_link.vue';
import TimeagoTooltip from '~/vue_shared/components/time_ago_tooltip.vue'; import TimeagoTooltip from '~/vue_shared/components/time_ago_tooltip.vue';
...@@ -13,7 +12,7 @@ import { statusType } from '../constants'; ...@@ -13,7 +12,7 @@ import { statusType } from '../constants';
export default { export default {
directives: { directives: {
tooltip, GlTooltipDirective,
}, },
components: { components: {
GlIcon, GlIcon,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment