From 70ac565e6be9ea1989336a3fcfacd76377c93f15 Mon Sep 17 00:00:00 2001 From: Andreas N Date: Mon, 29 Dec 2014 02:32:44 +0100 Subject: [PATCH] added following information thingy --- app/views/user/_profile_info.html.haml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/views/user/_profile_info.html.haml b/app/views/user/_profile_info.html.haml index f1a93121..52512ad1 100644 --- a/app/views/user/_profile_info.html.haml +++ b/app/views/user/_profile_info.html.haml @@ -17,6 +17,10 @@ %p.profile--moderator %i.fa.fa-users Mod + - if @user.following? current_user + %p + %span.label.label-default + FOLLOWS YOU - unless @user.bio.blank? %p.profile--text= @user.bio - unless @user.website.blank?