From 0f1e0ef3f97a2e9990b1793150360d53a14c8624 Mon Sep 17 00:00:00 2001 From: Andreas N Date: Fri, 19 Dec 2014 21:49:48 +0100 Subject: [PATCH] fixed missing profile-header --- app/views/user/show_follow.html.haml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/user/show_follow.html.haml b/app/views/user/show_follow.html.haml index a93a0f61..6550f6d1 100644 --- a/app/views/user/show_follow.html.haml +++ b/app/views/user/show_follow.html.haml @@ -1,3 +1,4 @@ +.profile--header .container.j2-page .col-md-3.col-xs-12.col-sm-3 = render 'user/profile_info'