I'm having trouble maintaining the style of a button by removing link_to and holding only the raw:
=link_to(raw("<span class='calsse'></span>"), rota)
To:
=raw("<span class='calsse'></span>")
When I do this the button loses all style, just being typed "button" on the page.