How do you add span tags to the link below in ruby?
<%= link_to (l(:button_show), {:action => 'show', :path => to_path_param(@path)}, :class => "button") %>
I would like to add the span tags to the link like this:
<a href="/show" class="button"><span>Show</span></a>