Skip to content

Commit a89b0fe

Browse files
committed
Fixed incorrect question link on FAQ page
1 parent c4374a7 commit a89b0fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/views/shared/_ask.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%h2 Have A Question?
33
%p Ask away! No question is too big or too small.
44
- if current_user
5-
= link_to "Ask a Question", new_resource_path, :class => "btn success"
5+
= link_to "Ask a Question", new_question_path, :class => "btn success"
66
- else
77
%p Log in to ask a question
88
= link_to "Log In", login_path, :class => "btn success"

0 commit comments

Comments
 (0)