Sha256: e89e8e7e0af25369342040e80f40adf7668764b076db8a459dc950884912d4fa

Contents?: true

Size: 1.48 KB

Versions: 20

Compression:

Stored size: 1.48 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 @member_profile.gravatar_url :secure => true, :filetype => :png, :size => 128 %>
    </div>
    <div class="profile-header-info">
      <h4 class="m-t-10 m-b-5"><%= @member_profile.profile_first_name + ' ' + @member_profile.profile_last_name  %></h4>
      <p class="m-b-10"><%= @member_profile.profile_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

20 entries across 20 versions & 1 rubygems

Version Path
phcdevworks_members-8.0.0 app/views/phcdevworks_members/member/profiles/components/_profile_header.html.erb
phcdevworks_members-7.0.0 app/views/phcdevworks_members/member/profiles/components/_profile_header.html.erb
phcdevworks_members-6.8.0 app/views/phcdevworks_members/member/profiles/components/_profile_header.html.erb
phcdevworks_members-6.7.1 app/views/phcdevworks_members/member/profiles/components/_profile_header.html.erb
phcdevworks_members-6.7.0 app/views/phcdevworks_members/member/profiles/components/_profile_header.html.erb
phcdevworks_members-6.6.0 app/views/phcdevworks_members/member/profiles/components/_profile_header.html.erb
phcdevworks_members-6.5.0 app/views/phcdevworks_members/member/profiles/components/_profile_header.html.erb
phcdevworks_members-6.4.0 app/views/phcdevworks_members/member/profiles/components/_profile_header.html.erb
phcdevworks_members-6.3.0 app/views/phcdevworks_members/member/profiles/components/_profile_header.html.erb
phcdevworks_members-6.2.0 app/views/phcdevworks_members/member/profiles/components/_profile_header.html.erb
phcdevworks_members-6.1.0 app/views/phcdevworks_members/member/profiles/components/_profile_header.html.erb
phcdevworks_members-6.0.0 app/views/phcdevworks_members/member/profiles/components/_profile_header.html.erb
phcdevworks_members-5.1.1 app/views/phcdevworks_members/member/profiles/components/_profile_header.html.erb
phcdevworks_members-5.1.0 app/views/phcdevworks_members/member/profiles/components/_profile_header.html.erb
phcdevworks_members-5.0.3 app/views/phcdevworks_members/member/profiles/components/_profile_header.html.erb
phcdevworks_members-5.0.2 app/views/phcdevworks_members/member/profiles/components/_profile_header.html.erb
phcdevworks_members-5.0.0 app/views/phcdevworks_members/member/profiles/components/_profile_header.html.erb
phcdevworks_members-4.1.0 app/views/phcdevworks_members/member/profiles/components/_profile_header.html.erb
phcdevworks_members-4.0.1 app/views/phcdevworks_members/member/profiles/components/_profile_header.html.erb
phcdevworks_members-4.0.0 app/views/phcdevworks_members/member/profiles/components/_profile_header.html.erb