I have this .haml file where I want to add glyphincon instead of showing text like I have shown below in the link_to. I have tried to look it up online and it is not working. Can someone help me out? I want the 'Show' and 'Edit' in link_to replaced by glyphicons.
%td= link_to 'Show', order
%td= link_to 'Edit', edit_order_path(order)