You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
- page_name = 'All '+(@conference_type ? @conference_type.title+' ' : '')+' Conferences'
|
|
|
|
- title page_name
|
|
|
|
- banner_image '/assets/conference.jpg'
|
|
|
|
- page_style :list
|
|
|
|
- content_for :banner do
|
|
|
|
.row
|
|
|
|
.columns
|
|
|
|
%h1=_'page.Conferences'
|
|
|
|
|
|
|
|
%h2=page_name
|
|
|
|
|
|
|
|
%ul.small-block-grid-1.medium-block-grid-2.large-block-grid-3.conference-list.preview-list
|
|
|
|
- @conferences.each do |conference|
|
|
|
|
%li=render 'preview', :conference => conference
|