gitlabhq/app/views/profile/show.html.haml
2011-10-09 00:36:38 +03:00

9 lines
173 B
Plaintext

.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