mirror of
https://github.com/reality/dbot.git
synced 2025-02-17 14:01:04 +01:00
14 lines
408 B
Plaintext
14 lines
408 B
Plaintext
extends ../layout
|
|
|
|
block content
|
|
div.page-header.profile_page-header
|
|
h1
|
|
#{connection}
|
|
div.span9
|
|
each profile, key in profiles
|
|
if profile.hasOwnProperty('profile') && profile.profile.avatar
|
|
div.span2
|
|
a(href='/profile/'+connection+'/'+encodeURIComponent(key))
|
|
h3= profile.profile.primary
|
|
img.profile_avatar(src="#{profile.profile.avatar}")
|