summaryrefslogtreecommitdiff
path: root/app/views/profile/show.html.haml
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