mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
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
|
||||
= @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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue