summaryrefslogtreecommitdiff
path: root/app/views/conferences/index.html.haml
blob: 0324acd4e7cc44b49ad286afaf3cabcc71f8d4b0 (plain)
1
2
3
4
5
6
- 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}