BikeBikeBike/app/views/conferences/_page_header.html.haml

3 lines
187 B
Plaintext
Raw Normal View History

2017-06-03 12:55:13 -07:00
- @main_title_t ||= _!(@this_conference.title)
2017-05-30 19:24:44 -07:00
= render partial: 'application/header', locals: { page_group: :conferences, page_key: page_key, image_file: @this_conference.poster_url }