Sha256: 01857bf78e80480b8d6908c914ba457d7544772f2f5fbc20634a69cc92f56baa

Contents?: true

Size: 427 Bytes

Versions: 4

Compression:

Stored size: 427 Bytes

Contents

-# View to display the list of conferences.
-# origin: M

- if @category
  = page_head :title => icon(:category, @category.name)
- else
  = render 'search'

- if current_user.may_create_conference?
  = boring_create_button(:label => 'Add conference')

- columns do

  - column do
    #conferences
      = list

  - if @categories.present?
    - column(:size => :narrow) do
      #categories
        = render 'categories_list'

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/index.html.haml
serum-rails-0.2.0 spec/test_apps/rails-2-3/app/views/conferences/index.html.haml
serum-rails-0.1.1 spec/test_app/app/views/conferences/index.html.haml
serum-rails-0.1.0 spec/test_app/app/views/conferences/index.html.haml