forked from GitHub/dbot
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}")
|