Right now when I use
<%= @inbox.automatic_reconciliation ? "<i class='fi-play-circle'></i>" : "<i class='fi-pause'></i>" %>
My view spits out the actual code on the page instead of the icon. I've tried using a few methods like .to_html and such to no avail - what am I missing?