Sha256: acd07ec0c838f42b22856e3fea630fa64882c1cf13664700ff538edddffa04c8

Contents?: true

Size: 673 Bytes

Versions: 10

Compression:

Stored size: 673 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_user.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

10 entries across 10 versions & 1 rubygems

Version Path
gluttonberg-core-2.6.4 app/views/gluttonberg/public/members/show.html.haml
gluttonberg-core-2.6.3 app/views/gluttonberg/public/members/show.html.haml
gluttonberg-core-2.6.2 app/views/gluttonberg/public/members/show.html.haml
gluttonberg-core-2.6.1 app/views/gluttonberg/public/members/show.html.haml
gluttonberg-core-2.6.0 app/views/gluttonberg/public/members/show.html.haml
gluttonberg-core-2.5.9 app/views/gluttonberg/public/members/show.html.haml
gluttonberg-core-2.5.8 app/views/gluttonberg/public/members/show.html.haml
gluttonberg-core-2.5.7 app/views/gluttonberg/public/members/show.html.haml
gluttonberg-core-2.5.6 app/views/gluttonberg/public/members/show.html.haml
gluttonberg-core-2.5.5 app/views/gluttonberg/public/members/show.html.haml