summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-20 16:55:20 -0700
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-20 16:55:20 -0700
commitd85f396fe55e0c8d6593bbd2dcb06990da48d9b7 (patch)
treebb0a6e3f5b863947cac6516312132b5c3911e88d
parent6ef20926ee4cd7cefc6aaff9346a964a34f64a89 (diff)
downloadgitlab-ce-d85f396fe55e0c8d6593bbd2dcb06990da48d9b7.tar.gz
Add location to user page
-rw-r--r--app/views/users/_profile.html.haml4
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: