Files
ocelots/app/views/shared/_person.html.slim
2012-09-06 19:58:43 +10:00

13 lines
206 B
Plaintext

h1 = person.full_name
- if person.chinese_name
h1 = person.chinese_name
- if person.pinyin_name
h2 = person.pinyin_name
- if person.preferred_name
h2
i = person.preferred_name
p = person.email