Sha256: fc9649ac24af5de71c5bcecf2e51a184f83de6dbd35773d779e2810ee15daebc

Contents?: true

Size: 387 Bytes

Versions: 3

Compression:

Stored size: 387 Bytes

Contents

- content_for :sidebar do
  = render :partial => "spree/shared/taxonomies"
- content_for :head do
  = auto_discovery_link_tag(:rss, spree.questions_path(:format => :xml, :page => nil), {:title => "FAQ Feed" })

%h1=@title

#questions_container
  - @questions.each do |question|
    = link_to question.question, question
    %br/
    = question.description
    %hr/
  =paginate @questions

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
spree_grid_faq-0.0.9 app/views/spree/questions/index.html.haml
spree_grid_faq-0.0.8 app/views/spree/questions/index.html.haml
spree_grid_faq-0.0.7 app/views/spree/questions/index.html.haml