Permalink
Please sign in to comment.
Browse files
Stub out FAQ; addresses #210.
- Update nav template - Add FAQ stub page - Update routes - Add test
- Loading branch information...
Showing
with
15 additions
and 0 deletions.
@@ -0,0 +1,7 @@ | ||
<% provide(:title, 'FAQ') %> | ||
<% cache do %> | ||
<div class="container"> | ||
<h1 class=about_h1>FAQ</h1> | ||
</div> | ||
<% end %> |
0 comments on commit
dd65d90