Sha256: e1397b6aa0b4c2f9230051f3ad47ad6ce01a3d8c179de5abb49b04fa0bfeb8f1

Contents?: true

Size: 315 Bytes

Versions: 4

Compression:

Stored size: 315 Bytes

Contents

-# Partial to list categories on the conference list and search.
-# origin: M 

- if @categories.present?
  - segment(:title => @category ? 'Subcategories' : 'Categories') do
    %ul
      - for category in @categories
        %li= link_to icon(:category, category.name), conferences_path(:category_id => category)

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
serum-rails-0.2.1 spec/test_apps/rails-2-3/app/views/conferences/_categories_list.html.haml
serum-rails-0.2.0 spec/test_apps/rails-2-3/app/views/conferences/_categories_list.html.haml
serum-rails-0.1.1 spec/test_app/app/views/conferences/_categories_list.html.haml
serum-rails-0.1.0 spec/test_app/app/views/conferences/_categories_list.html.haml