<%= ts("Agnes FAQ") %>

<%= ts("Questions I frequently (or maybe not frequently) get asked.") %>

Want to ask me a question? <% if @archive_faqs.blank? %>

<%= ts("We're sorry, there are currently no entries in the FAQ System.") %>

<% else %> <% if rtl? %>
<% else %>
<% end %>

<%= ts("Available Categories") %>

<%= content_for :footer_js do %> <%= javascript_tag do %> $j(document).ready(function() { $j(".category").children("a").click(function(e) { $j(this).next().toggle(); e.preventDefault(); }).next().hide(); $j("#expand-categories").find("a").click(function(e) { $j(".category").children("ul").show(); e.preventDefault(); }); $j("#collapse-categories").find("a").click(function(e) { $j(".category").children("ul").hide(); e.preventDefault(); }); }); <% end %> <% end %> <% end %>