summaryrefslogtreecommitdiff
path: root/app/views/conference_invitees/index.html.haml
blob: 2a0c26ce8d30f0ac3b3022b77b4e959b804cc4c7 (plain)
1
2
3
4
5
6
- title t("conference_invitees.index.page_title")

- if @conference_invitees.count > 0
  = render "index_core", :conference_invitees => @conference_invitees

= render :partial => 'shared/create_link', :locals => {:parent => @conference, :child_class => ConferenceInvitee}