我收到此错误:“语法错误,意外'=',期待kEND”。该错误追溯到部分中的第一个“=”实例:
<hr class="featurette-divider">
<a class="btn btn-large btn-primary" onclick="location.href=nextUrl;return false">More Lunar Science Facts ></a>
<hr class="featurette-divider">
部分路线为app / views / layouts / _next.html.erb。
在视图中调用partial,这里:
<article>
<div id="container">
<br/>
<div class="img-polaroid pull-right">
<%= image_tag("IMG/twelveB.png") %>
</div>
<header>
<h1>Header</h1>
</header>
<p>
...content...
</p>
<%= render 'layouts/next' %>
For printable version: <a href="DOCS/card12.pdf">Click Here</a>
</article>
答案 0 :(得分:0)
听起来您忘记关闭ERb <% %>
标记对了。这个HTML被解释为Ruby。