diff --git a/app/assets/javascripts/app/controllers/layout_ref.js.coffee b/app/assets/javascripts/app/controllers/layout_ref.js.coffee index 198b93ec3..954687478 100644 --- a/app/assets/javascripts/app/controllers/layout_ref.js.coffee +++ b/app/assets/javascripts/app/controllers/layout_ref.js.coffee @@ -461,12 +461,12 @@ class ContentSidebarTabsRight extends App.ControllerContent callback: (el) -> el.html('some ticket') actions: [ - name: 'Change Customer' - class: 'glyphicon glyphicon-transfer' + title: 'Change Customer' + name: 'change-customer' callback: changeCustomerTicket , - name: 'Edit Customer' - class: 'glyphicon glyphicon-edit' + title: 'Edit Customer' + name: 'edit-customer' callback: editCustomerTicket ] , @@ -476,12 +476,12 @@ class ContentSidebarTabsRight extends App.ControllerContent callback: (el) -> el.html('some customer') actions: [ - name: 'Change Customer' - class: 'glyphicon glyphicon-transfer' + title: 'Change Customer' + name: 'change-customer' callback: changeCustomerCustomer , - name: 'Edit Customer' - class: 'glyphicon glyphicon-edit' + title: 'Edit Customer' + name: 'edit-customer' callback: editCustomerCustomer ] , diff --git a/app/assets/javascripts/app/views/generic/actions.jst.eco b/app/assets/javascripts/app/views/generic/actions.jst.eco index f9781dbbd..4b8b873a5 100644 --- a/app/assets/javascripts/app/views/generic/actions.jst.eco +++ b/app/assets/javascripts/app/views/generic/actions.jst.eco @@ -1,7 +1,9 @@