gitlabhq/app/views/users/_profile.html.haml

24 lines
531 B
Plaintext
Raw Normal View History

2013-01-24 16:47:09 +01:00
.ui-box
%h5.title
Profile
%ul.well-list
%li
%span.light Member since
%strong= user.created_at.stamp("Aug 21, 2011")
2013-02-13 18:14:35 +01:00
- unless user.skype.blank?
2013-01-24 16:47:09 +01:00
%li
%span.light Skype:
%strong= user.skype
2013-02-13 18:14:35 +01:00
- unless user.linkedin.blank?
2013-01-24 16:47:09 +01:00
%li
%span.light LinkedIn:
%strong= user.linkedin
2013-02-13 18:14:35 +01:00
- unless user.twitter.blank?
2013-01-24 16:47:09 +01:00
%li
%span.light Twitter:
%strong= user.twitter
2013-02-13 18:14:35 +01:00
- unless user.bio.blank?
2013-01-24 16:47:09 +01:00
%li
%span.light Bio:
%span= user.bio