Merge pull request #565 from differentreality/registration

typo in pluralization
This commit is contained in:
Stella Rouzi 2014-12-11 12:51:33 +02:00
commit 33bbbc9566

View file

@ -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