app/views/spree/questions/show.html.haml in spree_grid_faq-0.0.9 vs app/views/spree/questions/show.html.haml in spree_grid_faq-0.1.0

- old
+ new

@@ -1,5 +1,8 @@ +- content_for :sidebar do + = render :partial => "spree/shared/faq_taxons" + %h1=@question.question .answer=@question.answer.html_safe - unless @question.products.all.empty? %hr @@ -11,5 +14,6 @@ %hr %h2 Related Categories %ul - @question.taxons.each do |taxon| %li= link_to taxon.name, seo_url(taxon) +