From ba5731cc186d9d7eea330e560af7e9a66600e96e Mon Sep 17 00:00:00 2001 From: Stella Rouzi Date: Thu, 11 Dec 2014 10:31:30 +0200 Subject: [PATCH] typo in pluralization --- app/views/conference_registrations/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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