getting this error
compile error
/Users/bradwrage/webapps/blog/app/views/posts/index.html.erb:5: syntax
error, unexpected ‘=’
…w Goal", new_post_path, class=“btn btn-success” );@output_bu…
^
/Users/bradwrage/webapps/blog/app/views/posts/index.html.erb:7: syntax
error, unexpected kDO_BLOCK, expecting kEND
'); @posts.each do |post|
^
/Users/bradwrage/webapps/blog/app/views/posts/index.html.erb:21: syntax
error, unexpected kENSURE, expecting $end
with this here. Happened as soon as I added the class=“btn” Any ideas?
Goals
3:4:
"Shoot for the stars to land on the moon."
5: <%= link_to "Post a new Goal", new_post_path, class="btn btn-success" %> 6: 7: <% @posts.each do |post| %>
8: