Sha256: 2553c67f8a2f0a79e91c4a6ae34c2c9772b85019d361cbe55bbabcf98b5d3322

Contents?: true

Size: 1.42 KB

Versions: 7

Compression:

Stored size: 1.42 KB

Contents

- @person = current_member.person
.row  
  .span6.offset3
    #member-details.side-section
      %h6=member_welcome
      %table.table.table-condensed
        %tr
          %td Member Number
          %td=current_member.member_number
        %tr
          %td Member Through
          %td=l current_member.member_through, :format => :date
        %tr
          %td Membership
          %td=current_member.memberships.current.first.membership_type.name
        %tr
          %td Memberships
          %td=current_member.memberships.current.count
        %tr
          %td Membership Card
          %td=link_to "download", current_member.download_link_for(:pdf)
    .side-section
      %h6 Member Information
      =current_member.person
      %br
      =current_member.email
      %br
      %br
      #member-address
        =render :partial => 'addresses/address', :locals => { :address => current_member.person.address }
        .controls
          =link_to "Update", "#edit-address-modal", :class => "btn", 'data-toggle' => 'modal'

    .side-section
      %h6 Contact Us
      =current_member.organization.email
      %br
      -# =current_member.organization.phone

#edit-address-modal.modal.hide
  =render :partial => 'people/edit_modal', :locals => { :url => members_person_path(current_member.person), :header => "Edit Your Information", :except => [:convert, :relationships, :households, :social, :merge, :delete], :return_to => members_root_path } 

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
artfully_ose-1.2.0 app/views/members/index/index.html.haml
artfully_ose-1.2.0.beta.1 app/views/members/index/index.html.haml
artfully_ose-1.2.0.alpha.2 app/views/members/index/index.html.haml
artfully_ose-1.2.0.alpha.1 app/views/members/index/index.html.haml
artfully_ose-1.2.0.pre.27 app/views/members/index/index.html.haml
artfully_ose-1.2.0.pre.26 app/views/members/index/index.html.haml
artfully_ose-1.2.0.pre.24 app/views/members/index/index.html.haml