From d85f396fe55e0c8d6593bbd2dcb06990da48d9b7 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Fri, 20 Mar 2015 16:55:20 -0700 Subject: Add location to user page --- app/views/users/_profile.html.haml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/views/users/_profile.html.haml b/app/views/users/_profile.html.haml index 0a70b738071..a073e5048e7 100644 --- a/app/views/users/_profile.html.haml +++ b/app/views/users/_profile.html.haml @@ -21,6 +21,10 @@ %li %span.light Website: %strong= link_to user.short_website_url, user.full_website_url + - unless user.location.blank? + %li + %span.light Location: + %strong= user.location - unless user.bio.blank? %li %span.light Bio: -- cgit v1.2.1