[Rails] Re: Ruby on Rails Tutorial Chapter 5.3

2016-06-15 Thread Hernan Baranda
Shijie Xin wrote in post #1174447: > inside app/views/layouts please check these two files > > _header.html.erb > _footer.html.erb > > add following code to both files > > <%= link_to "Home", root_path %> thanks, it worked for me too -- Posted via http://www.ruby-forum.com/. -- You

[Rails] Re: Ruby on Rails Tutorial Chapter 5.3

2015-06-02 Thread Shijie Xin
inside app/views/layouts please check these two files _header.html.erb _footer.html.erb add following code to both files li%= link_to Home, root_path %/li -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups Ruby on

[Rails] Re: Ruby on Rails Tutorial Chapter 5.3

2015-06-02 Thread Binu A.
Shijie Xin wrote in post #1174447: inside app/views/layouts please check these two files _header.html.erb _footer.html.erb add following code to both files li%= link_to Home, root_path %/li Thanks its working -- Posted via http://www.ruby-forum.com/. -- You received this message