From af4b32e1dbda36a778a4cce2fd28fb8d0048fd78 Mon Sep 17 00:00:00 2001 From: Michael Hartl Date: Sat, 21 Aug 2010 19:36:37 -0700 Subject: [PATCH] fixed missing closing nav tag --- app/views/layouts/_footer.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/layouts/_footer.html.erb b/app/views/layouts/_footer.html.erb index c368ec5..859ce5f 100644 --- a/app/views/layouts/_footer.html.erb +++ b/app/views/layouts/_footer.html.erb @@ -6,4 +6,5 @@
  • <%= link_to "News", 'http://news.railstutorial.org/' %>
  • <%= link_to "Rails Tutorial", 'http://railstutorial.org/' %>
  • + \ No newline at end of file