Advertisement
Guest User

Untitled

a guest
Oct 17th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function renderActionButton(data) {
  2.  
  3.     return `<a href="/admin/orders/${data}/detail" class="btn btn-xs btn-primary" title="Chi tiết"><i class="fa fa-info-circle"></i></a>`
  4.     + '<a href="#" class="btn btn-xs btn-info js-btn-delete editor_edit" title="Sửa"> <i class="fa fa-pencil"></i> </a>'
  5.     + '<a href="#" class="btn btn-xs btn-danger js-btn-delete editor_remove" title="Xóa"><i class="fa fa-trash-o"></i></a>';
  6.  
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement