Sha256: 22b49c99a048d8462c7bce4c417e35de5748f9472d33da7888ca2908c65bd51b

Contents?: true

Size: 1.47 KB

Versions: 15

Compression:

Stored size: 1.47 KB

Contents

<div class="profile-header">

  <!-- Member Profiles - Header - Cover -->
  <div class="profile-header-cover"></div>
  <!-- Member Profiles - Header - Cover -->

  <!-- Member Profiles - Header - Content -->
  <div class="profile-header-content">
    <div class="profile-header-img">
      <%= image_tag current_user.gravatar_url :secure => true, :filetype => :png, :size => 128 %>
    </div>
    <div class="profile-header-info">
      <h4 class="m-t-10 m-b-5"><%= @member_profile.member_first_name + ' ' + @member_profile.member_last_name  %></h4>
      <p class="m-b-10"><%= @member_profile.member_phone %></p>
      <%= link_to edit_member_profile_path(@member_profile), class: "btn btn-xs btn-yellow" do %>
        <i class="far fa-pencil-alt"></i> Update Member Information
      <% end %>
    </div>
  </div>
  <!-- Member Profiles - Header - Content -->

  <!-- Member Profiles - Header - Tab Bar -->
  <ul class="profile-header-tab nav nav-tabs">
    <li class="nav-item"><a href="#profile-information" class="nav-link" data-toggle="tab">MEMBER INFORMATION</a></li>
    <li class="nav-item"><a href="#profile-addresses" class="nav-link" data-toggle="tab">MEMBER ADDRESSES</a></li>
    <li class="nav-item"><a href="#profile-listings" class="nav-link" data-toggle="tab">MEMBER LISTINGS</a></li>
    <li class="nav-item"><a href="#profile-logs" class="nav-link" data-toggle="tab">MEMBER CHANGE LOG</a></li>
  </ul>
  <!-- Member Profiles - Header - Tab Bar -->

</div>

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
phcmemberspro-91.4.0 app/views/phcmemberspro/member/profiles/components/_profile_header.html.erb
phcmembers-67.5.0 app/views/phcmembers/member/profiles/components/_profile_header.html.erb
phcmemberspro-91.3.0 app/views/phcmemberspro/member/profiles/components/_profile_header.html.erb
phcmembers-67.4.0 app/views/phcmembers/member/profiles/components/_profile_header.html.erb
phcmemberspro-91.2.0 app/views/phcmemberspro/member/profiles/components/_profile_header.html.erb
phcmembers-67.3.0 app/views/phcmembers/member/profiles/components/_profile_header.html.erb
phcmemberspro-91.1.0 app/views/phcmemberspro/member/profiles/components/_profile_header.html.erb
phcmembers-67.1.0 app/views/phcmembers/member/profiles/components/_profile_header.html.erb
phcmemberspro-91.0.0 app/views/phcmemberspro/member/profiles/components/_profile_header.html.erb
phcmembers-67.0.0 app/views/phcmembers/member/profiles/components/_profile_header.html.erb
phcmemberspro-90.0.0 app/views/phcmemberspro/member/profiles/components/_profile_header.html.erb
phcmembers-66.0.0 app/views/phcmembers/member/profiles/components/_profile_header.html.erb
phcmemberspro-89.0.0 app/views/phcmemberspro/member/profiles/components/_profile_header.html.erb
phcmemberspro-88.0.0 app/views/phcmemberspro/member/profiles/components/_profile_header.html.erb
phcmembers-65.0.0 app/views/phcmembers/member/profiles/components/_profile_header.html.erb