Sha256: 38899940de186dfee4e57213e6c32bccedaded613db3ec022e638576b0b52608

Contents?: true

Size: 892 Bytes

Versions: 51

Compression:

Stored size: 892 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

51 entries across 51 versions & 1 rubygems

Version Path
phcmembers-8.1.2 app/views/phcmembers/member/profiles/components/_profile_sidebar.html.erb
phcmembers-8.1.1 app/views/phcmembers/member/profiles/components/_profile_sidebar.html.erb
phcmembers-8.1.0 app/views/phcmembers/member/profiles/components/_profile_sidebar.html.erb
phcmembers-8.0.3 app/views/phcmembers/member/profiles/components/_profile_sidebar.html.erb
phcmembers-8.0.2 app/views/phcmembers/member/profiles/components/_profile_sidebar.html.erb
phcmembers-8.0.1 app/views/phcmembers/member/profiles/components/_profile_sidebar.html.erb
phcmembers-8.0.0 app/views/phcmembers/member/profiles/components/_profile_sidebar.html.erb
phcmembers-7.0.3 app/views/phcmembers/member/profiles/components/_profile_sidebar.html.erb
phcmembers-7.0.2 app/views/phcmembers/member/profiles/components/_profile_sidebar.html.erb
phcmembers-7.0.1 app/views/phcmembers/member/profiles/components/_profile_sidebar.html.erb
phcmembers-7.0.0 app/views/phcmembers/member/profiles/components/_profile_sidebar.html.erb
phcmembers-6.7.5 app/views/phcmembers/member/profiles/components/_profile_sidebar.html.erb
phcmembers-6.7.4 app/views/phcmembers/member/profiles/components/_profile_sidebar.html.erb
phcmembers-6.7.3 app/views/phcmembers/member/profiles/components/_profile_sidebar.html.erb
phcmembers-6.7.2 app/views/phcmembers/member/profiles/components/_profile_sidebar.html.erb
phcmembers-6.7.1 app/views/phcmembers/member/profiles/components/_profile_sidebar.html.erb
phcmembers-6.7.0 app/views/phcmembers/member/profiles/components/_profile_sidebar.html.erb
phcmembers-6.5.1 app/views/phcmembers/member/profiles/components/_profile_sidebar.html.erb
phcmembers-6.5.0 app/views/phcmembers/member/profiles/components/_profile_sidebar.html.erb
phcmembers-6.4.1 app/views/phcmembers/member/profiles/components/_profile_sidebar.html.erb