blob: 08f5cc1d51ecbc25080257a89642ebecb7a896f2 (
plain)
1
2
3
4
5
6
|
- content_for :title, t("conferences.index.page_title")
- if @conferences.count > 0
= render "index_core", :conferences => @conferences
= render :partial => 'shared/create_link', :locals => {:parent => @parent, :child_class => Conference}
|