gitlabhq/app/views/profile/show.html.haml

9 lines
173 B
Plaintext
Raw Normal View History

2011-10-08 23:36:38 +02:00
.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