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

24 lines
528 B
Plaintext
Raw Normal View History

2013-01-24 16:47:09 +01:00
.ui-box
%h5.title
Profile
%ul.well-list
%li
%strong Email
2013-02-13 18:14:35 +01:00
%span.pull-right= mail_to user.email
- unless user.skype.blank?
2013-01-24 16:47:09 +01:00
%li
%strong Skype
2013-02-13 18:14:35 +01:00
%span.pull-right= user.skype
- unless user.linkedin.blank?
2013-01-24 16:47:09 +01:00
%li
%strong LinkedIn
2013-02-13 18:14:35 +01:00
%span.pull-right= user.linkedin
- unless user.twitter.blank?
2013-01-24 16:47:09 +01:00
%li
%strong Twitter
2013-02-13 18:14:35 +01:00
%span.pull-right= user.twitter
- unless user.bio.blank?
2013-01-24 16:47:09 +01:00
%li
%strong Bio
2013-02-13 18:14:35 +01:00
%span.pull-right= user.bio