From 837874261779205bc66587fe3d03527ef47ec150 Mon Sep 17 00:00:00 2001 From: Arne Eilermann Date: Sat, 24 Mar 2012 22:29:43 +0100 Subject: [PATCH] Added a link to support on the homepage. --- app/views/static/root.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/static/root.html.haml b/app/views/static/root.html.haml index 3227926e..6271f045 100644 --- a/app/views/static/root.html.haml +++ b/app/views/static/root.html.haml @@ -29,5 +29,5 @@ %section#ask %h1 Help is Here .content - %p Got a question about Hackety Hack? Check out our #{link_to "FAQ", "faq"}. If that doesn't cover it ask for support here + %p Got a question about Hackety Hack? Check out our #{link_to "FAQ", "faq"}. If that doesn't cover it ask for support #{link_to "here", support_questions_path}. %p Got a question about programming in general? Ask away in the #{link_to "Questions", questions_path} section. No question to big or small, the community is here to help you out.