在 application.html.erb 文件中,我有以下代码来显示选项卡控制器。
<link href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css" rel="stylesheet" type="text/css" />
<script src="http://code.jquery.com/jquery-1.7.1.js"></script>
<script type="text/javascript" src="http://twitter.github.com/bootstrap/assets/js/bootstrap-tab.js"></script>
<div class="tabbable">
<ul class="nav nav-tabs">
<li class="active"><a href="https://www.google.co.in" data-toggle="tab">Individual</a></li>
<li><a href="https://www.yahoo.com" data-toggle="tab">All</a></li>
</ul>
</div>
它们显示正确,单击链接时选项卡会更改。但问题是 href 不起作用。它没有重定向。