dbot/views/profile/profile_grid.jade
Thomas Menari dbac28cad6 oops
2013-01-24 01:06:05 +00:00

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}")