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