From 22a9569ba7f1633470c672bb0893950c2eec51d8 Mon Sep 17 00:00:00 2001 From: lilybarrett Date: Wed, 3 Jan 2018 21:56:44 -0500 Subject: [PATCH 1/2] update nav with faq resource --- app/views/shared/_header.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/shared/_header.html.erb b/app/views/shared/_header.html.erb index 67220fac..4ffd82de 100644 --- a/app/views/shared/_header.html.erb +++ b/app/views/shared/_header.html.erb @@ -8,6 +8,7 @@
  • <%= link_to "chapters", chapters_path, class:active_page(chapters_path) %>
  • <%= link_to "materials", materials_path, class:active_page(materials_path)%>
  • <%= link_to "supporters", supporters_path, class:active_page(supporters_path) %>
  • +
  • <%= link_to "faq", faq_path, class:active_page(faq_path) %>