I have added [edit node link] and [delete node link] in my view, which is rendered as
<a href="?q=node/52/edit&destination=product">Edit</a>
is there any hook (that's the elegant way) to alter the link to insert a font awesome icon before the link as below, thanks
<a href="?q=node/52/edit&destination=product"><i class="fa fa-pencil"></i> Edit</a>