Skip to content

Commit

Permalink
Add avatars to room list.
Browse files Browse the repository at this point in the history
  • Loading branch information
martindale committed Oct 1, 2015
1 parent 9390586 commit 670dbea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion views/rooms.jade
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ block content
if (room._owner)
br
small hosted by
a(href="/#{room._owner.slug}") #{room._owner.username}
a(href="/#{room._owner.slug}")
img.user-avatar-small(src="#{room._owner.avatar.url}")
| #{room._owner.username}
//-p !{marked(room.description || '')}
p #{room.description}
td
Expand Down

0 comments on commit 670dbea

Please sign in to comment.