Sha256: 92af2b90b7936b4096b618a42e547f66311b1ef265a3d8be81c552490012a2da

Contents?: true

Size: 1.32 KB

Versions: 31

Compression:

Stored size: 1.32 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"><%= current_user.firstname + ' ' + current_user.lastname  %></h4>
      <p class="m-b-10"><%= current_user.username %></p>
      <%= link_to edit_member_profile_path(@member_profile), class: "btn btn-xs btn-yellow" do %>
        <i class="far fa-pencil-alt"></i> Edit Member
      <% 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-addresses" class="nav-link active" 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

31 entries across 31 versions & 1 rubygems

Version Path
phcmemberspro-82.4.0 app/views/phcmemberspro/member/profiles/components/_profile_header.html.erb
phcmemberspro-82.3.1 app/views/phcmemberspro/member/profiles/components/_profile_header.html.erb
phcmemberspro-82.3.0 app/views/phcmemberspro/member/profiles/components/_profile_header.html.erb
phcmemberspro-82.2.0 app/views/phcmemberspro/member/profiles/components/_profile_header.html.erb
phcmemberspro-82.1.0 app/views/phcmemberspro/member/profiles/components/_profile_header.html.erb
phcmemberspro-82.0.0 app/views/phcmemberspro/member/profiles/components/_profile_header.html.erb
phcmemberspro-81.0.0 app/views/phcmemberspro/member/profiles/components/_profile_header.html.erb
phcmemberspro-80.0.0 app/views/phcmemberspro/member/profiles/components/_profile_header.html.erb
phcmemberspro-79.0.0 app/views/phcmemberspro/member/profiles/components/_profile_header.html.erb
phcmemberspro-78.0.0 app/views/phcmemberspro/member/profiles/components/_profile_header.html.erb
phcmemberspro-77.0.0 app/views/phcmemberspro/member/profiles/components/_profile_header.html.erb
phcmemberspro-76.0.0 app/views/phcmemberspro/member/profiles/components/_profile_header.html.erb
phcmemberspro-74.1.0 app/views/phcmemberspro/member/profiles/components/_profile_header.html.erb
phcmemberspro-74.0.0 app/views/phcmemberspro/member/profiles/components/_profile_header.html.erb
phcmemberspro-73.0.0 app/views/phcmemberspro/member/profiles/components/_profile_header.html.erb
phcmemberspro-72.0.0 app/views/phcmemberspro/member/profiles/components/_profile_header.html.erb
phcmemberspro-71.0.0 app/views/phcmemberspro/member/profiles/components/_profile_header.html.erb
phcmemberspro-70.0.0 app/views/phcmemberspro/member/profiles/components/_profile_header.html.erb
phcmemberspro-69.0.0 app/views/phcmemberspro/member/profiles/components/_profile_header.html.erb
phcmemberspro-68.0.0 app/views/phcmemberspro/member/profiles/components/_profile_header.html.erb