mirror of
https://github.com/wahyd4/ocelots.git
synced 2026-08-13 23:16:31 +10:00
6 lines
165 B
Plaintext
6 lines
165 B
Plaintext
- @team.people.each do |person|
|
|
div.avatar
|
|
=image_for person
|
|
h2 #{person.full_name}
|
|
- if person.preferred_name
|
|
p #{person.preferred_name} |