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

show.html.haml « profile « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 12737ba81436959404b7f9d2147acbc3f9e51443 (plain)
1
2
3
4
5
6
7
8
.span-2
  = image_tag gravatar_icon(@user.email), :class => "left", :width => 60, :style => "padding-right:5px;"
%p
  %b Name:
  = @user.name
%p
  %b Email:
  = @user.email