hi There, I'm wanting to link to a page - my index.html I was thinking this would work, but it's not. Any direction is appreciated. <li class="active"<%= link_to "Posts", posts_path %></li> Thanks
on 2012-11-01 21:06
on 2012-11-01 21:54
It depends on what is defined in your routes.rb If you defined the resource Post it shoul works Otherwise, can you show us what is the error that is happening? Regards,
on 2012-11-01 22:13
I do have posts defined. The links for some reason is out of place and un-clickable. <https://lh5.googleusercontent.com/-lhjq5pWzWek/UJL...
on 2012-11-01 22:15
Hmm..figured it out. Changed to this and working now. <li><%= link_to "Posts", posts_path %></li>
on 2012-11-01 22:20
On 1 November 2012 21:14, wragen22 <bradwrage@gmail.com> wrote: > Hmm..figured it out. > > Changed to this and working now. > > <li><%= link_to "Posts", posts_path %></li> When you have that sort of issue but cannot immediately see the problem a useful technique is to copy/paste the complete html source of the page into the w3c html validator. It will point out to you any errors in the html, which was the problem that you had. In fact it is worth doing it with each page even if it does look good, you will often find that there are errors that you had not noticed. Colin
Please log in before posting. Registration is free and takes only a minute.
Existing account
(Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
Log in with Google account | Log in with Yahoo account
No account? Register here.