diff options
-rw-r--r-- | app/views/users/_profile.html.haml | 4 |
1 files changed, 4 insertions, 0 deletions
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: |