Whenever I insert a link_to into an existing bootstrap template, the link appears below the navigation icon. I'm uncertain whether this issue is related to CSS or if there's an error in my code.
<li><a href="#"><i class="icon-off icon-white"></i><%= link_to('Logout', destroy_user_session_path, :method => :delete) %></a></li>