search for: footer_pag

Displaying 1 result from an estimated 1 matches for "footer_pag".

Did you mean: footer_pages
2012 Jul 19
6
Rendering Partial
...> <head> <body> <%= render ''layouts/footer'' %> </body </html> This call a new file _footer.html.erb This file his has follow <footer class="footer"> <nav> <%= render "pages/link" %> <ol class="footer_pages"> </ol> </nav> </footer> Which calls a partial in the folder Pages which his a resources and has _link.html.erb and contains the follow <li> <%= @pages.each do |page| %> <%= page.name %> <% end %> </li> Now the issues is @pages...