From 1c0e258c5808102ec61f41076063e631df42a241 Mon Sep 17 00:00:00 2001 From: Thomas Menari Date: Thu, 24 Jan 2013 23:26:23 +0000 Subject: [PATCH] placeholder deserves img-polaroid too --- views/profile/profile.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/profile/profile.jade b/views/profile/profile.jade index 108dad7..8588105 100644 --- a/views/profile/profile.jade +++ b/views/profile/profile.jade @@ -53,7 +53,7 @@ block content if profile.avatar img.profile_avatar.img-polaroid(src="#{profile.avatar}") else - img.profile_avatar(src="http://placehold.it/270x180&text=Hello,%20World") + img.profile_avatar.img-polaroid(src="http://placehold.it/270x180&text=Hello,%20World") div.span9 h4 Bio p #{profile.bio}