Sha256: a645ce79198143160f59e2e2c6c852870572950289c4bcfb69d22e9b8aedc022

Contents?: true

Size: 891 Bytes

Versions: 10

Compression:

Stored size: 891 Bytes

Contents

<div class="card">
	<%= image_tag @member_profile.gravatar_url, :class => 'card-img-top' %>
	<div class="card-block">
		<h4 class="card-title"><%= @member_profile.mfirstname + ' ' + @member_profile.mlastname %></h4>
		<h4 class="card-title"><%= @member_profile.mtitle %></h4>
		<%= link_to 'Update Member', edit_member_profile_path(@member_profile), class: "btn btn-primary" %>
		<%= link_to 'Delete Member', @member_profile, method: :delete, data: { confirm: 'Are you sure? Removing a member will delete all records, including business information and any member directory connections.' }, class: "btn btn-danger" %>
	</div>
</div>
<div class="card">
	<div class="card-block">
		<ul class="nav">

		</ul>
	</div>
</div>
<div class="card">
	<div class="card-block">
		<!-- STATS -->
		<div class="row list-separated profile-stat">

		</div>
		<!-- STATS -->
		<div>

		</div>
	</div>
</div>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
phcmembers-14.0.1 app/views/phcmembers/member/profiles/components/_profile_sidebar.html.erb
phcmembers-14.0.0 app/views/phcmembers/member/profiles/components/_profile_sidebar.html.erb
phcmembers-13.0.0 app/views/phcmembers/member/profiles/components/_profile_sidebar.html.erb
phcmembers-12.5.0 app/views/phcmembers/member/profiles/components/_profile_sidebar.html.erb
phcmembers-12.4.0 app/views/phcmembers/member/profiles/components/_profile_sidebar.html.erb
phcmembers-12.2.1 app/views/phcmembers/member/profiles/components/_profile_sidebar.html.erb
phcmembers-11.0.0 app/views/phcmembers/member/profiles/components/_profile_sidebar.html.erb
phcmembers-10.0.0 app/views/phcmembers/member/profiles/components/_profile_sidebar.html.erb
phcmembers-9.0.0 app/views/phcmembers/member/profiles/components/_profile_sidebar.html.erb
phcmembers-9.0.0b app/views/phcmembers/member/profiles/components/_profile_sidebar.html.erb