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 the best way to do this in Rails? I'd like to use <%= link_to 'Do it', user_path(@user) %>
but the <i class="icon-ok icon-white"></i>
is throwing me off?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…