diff --git a/app/views/conference_registrations/show.html.haml b/app/views/conference_registrations/show.html.haml index 724dd469..898493f2 100644 --- a/app/views/conference_registrations/show.html.haml +++ b/app/views/conference_registrations/show.html.haml @@ -122,7 +122,7 @@ %i.fa.fa-group.fa-stack-1x = @conference.participants.count Registered - = word_pluralize(@conference.participants.count, 'Attendees') + = word_pluralize(@conference.participants.count, 'Attendee') - @conference.participants.each do |participant| = image_tag(participant.gravatar_url(size: '25'), title: "#{participant.name}!", class: 'img-circle') .col-md-4.col-md-offset-2