dbot/views/profile/profile_grid.jade

14 lines
408 B
Plaintext
Raw Normal View History

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