Using link_to with embedded HTML

I'm using Twitter's Bootstrap stuff and I have the following HTML: <a class="btn" href="<%= user_path(@user) %>"><i class="icon-ok icon-white"></i> Do it@</a> What's...