From e882455a9d5107f143ad62ce4a14792277b9fdcd Mon Sep 17 00:00:00 2001 From: Jose Ivan Vargas Lopez Date: Thu, 23 Nov 2017 07:52:15 +0000 Subject: Change star, filter and settings icons to the their sprite based replacements --- app/assets/javascripts/groups/components/item_actions.vue | 8 +++++--- app/assets/javascripts/star.js | 9 ++++++--- app/views/projects/buttons/_star.html.haml | 6 +++--- app/views/shared/groups/_group.html.haml | 2 +- 4 files changed, 15 insertions(+), 10 deletions(-) diff --git a/app/assets/javascripts/groups/components/item_actions.vue b/app/assets/javascripts/groups/components/item_actions.vue index 7eff19e2e5a..09cb79c1afd 100644 --- a/app/assets/javascripts/groups/components/item_actions.vue +++ b/app/assets/javascripts/groups/components/item_actions.vue @@ -4,9 +4,11 @@ import tooltip from '../../vue_shared/directives/tooltip'; import PopupDialog from '../../vue_shared/components/popup_dialog.vue'; import eventHub from '../event_hub'; import { COMMON_STR } from '../constants'; +import Icon from '../../vue_shared/components/icon.vue'; export default { components: { + Icon, PopupDialog, }, directives: { @@ -63,9 +65,9 @@ export default { :aria-label="editBtnTitle" data-container="body" class="edit-group btn no-expand"> -