2013-01-24 02:02:50 +01:00
|
|
|
extends ../layout
|
|
|
|
|
|
|
|
block content
|
2013-01-24 02:06:05 +01:00
|
|
|
div.page-header.profile_page-header
|
|
|
|
h1
|
|
|
|
#{connection}
|
2013-01-24 20:39:28 +01:00
|
|
|
ul.thumbnails
|
2013-01-24 02:06:05 +01:00
|
|
|
each profile, key in profiles
|
|
|
|
if profile.hasOwnProperty('profile') && profile.profile.avatar
|
2013-01-24 20:39:28 +01:00
|
|
|
li.span2
|
|
|
|
a.thumbnail(href='/profile/'+connection+'/'+encodeURIComponent(key))
|
|
|
|
div.imgwrap
|
|
|
|
img(src="#{profile.profile.avatar}", alt="#{key}'s photo")
|
|
|
|
span.nicks #{profile.profile.primary}
|