Sha256: 9a3c85fb3f4b01e07b22a2d0a6624dcc13118abcf0a3f91b356a23750d7a39cc

Contents?: true

Size: 679 Bytes

Versions: 3

Compression:

Stored size: 679 Bytes

Contents

#sub_nav.manual
  %ul
    %li.current#view_ideasNav
      %a{:href=>"/member/profile"}
        Your Details

%h1
  Welcome, #{current_member.first_name}

#profile
  .change
    = link_to "Update your details", member_profile_edit_path
  .avatar
    - if current_member.image.blank?
      = image_tag("/assets/gb_missing.png", :class => "comment_image")
    - else
      = image_tag(current_member.image.url(:thumb))

  %dl
    %dt
      Name:
    %dd
      = current_member.full_name
    %dt
      Email:
    %dd
      = current_member.email


  - unless current_member.profile_confirmed
    .confirm
      = link_to "resend confirmation email", member_resend_confirmation_path

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
gluttonberg-core-3.0.2 app/views/gluttonberg/public/members/show.html.haml
gluttonberg-core-3.0.1 app/views/gluttonberg/public/members/show.html.haml
gluttonberg-core-3.0.0 app/views/gluttonberg/public/members/show.html.haml