typo in pluralization
This commit is contained in:
parent
eb817569a5
commit
ba5731cc18
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@
|
||||||
%i.fa.fa-group.fa-stack-1x
|
%i.fa.fa-group.fa-stack-1x
|
||||||
= @conference.participants.count
|
= @conference.participants.count
|
||||||
Registered
|
Registered
|
||||||
= word_pluralize(@conference.participants.count, 'Attendees')
|
= word_pluralize(@conference.participants.count, 'Attendee')
|
||||||
- @conference.participants.each do |participant|
|
- @conference.participants.each do |participant|
|
||||||
= image_tag(participant.gravatar_url(size: '25'), title: "#{participant.name}!", class: 'img-circle')
|
= image_tag(participant.gravatar_url(size: '25'), title: "#{participant.name}!", class: 'img-circle')
|
||||||
.col-md-4.col-md-offset-2
|
.col-md-4.col-md-offset-2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue