Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_profile.html.haml « users « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4981aaba0ac39ac0e9c5963606d08cabd5b5432f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.ui-box
  %h5.title
    Profile
  %ul.well-list
    %li
      %strong Email
      %span.pull-right= mail_to @user.email
    - unless @user.skype.blank?
      %li
        %strong Skype
        %span.pull-right= @user.skype
    - unless @user.linkedin.blank?
      %li
        %strong LinkedIn
        %span.pull-right= @user.linkedin
    - unless @user.twitter.blank?
      %li
        %strong Twitter
        %span.pull-right= @user.twitter
    - unless @user.bio.blank?
      %li
        %strong Bio
        %span.pull-right= @user.bio