Commit d85f396f authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Add location to user page

parent 6ef20926
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment