Sha256: 2ff76a239ac74a1bbbd97d34e2f9f6836ebe09c81b2e939f56069b5ccb5bbcf7

Contents?: true

Size: 915 Bytes

Versions: 14

Compression:

Stored size: 915 Bytes

Contents

<!-- Title Variables -->
<% phc_title "PHCMembers - Member Profile Manager" %>
<% phc_title_tagline "Detailed Profile for " + @member_profile.mfirstname + " " + @member_profile.mlastname %>

<!-- Page Header -->
<div class="row">
	<div class="col-lg-12">

		<!-- Bread Crumbs -->
		<ol class="breadcrumb">
			<li><%= link_to "Dashboard", member_root_path %></li>
			<li><%= link_to "Member Profile List", member_profiles_path %></li>
			<li class="active"><%= yield(:phc_title_tagline) %></li>
		</ol>

		<!-- Page Title -->
		<h3 class="page-title">
			<%= yield(:phc_title) %> </br>
			<small><%= yield(:phc_title_tagline) %></small>
		</h3>

	</div>
</div>

<!-- Main Content -->
<div class="row">

	<div class="col-md-3">
		<%= render 'phcmembers/member/profiles/components/profile_sidebar' %>
	</div>
	<div class="col-md-9">
		<%= render 'phcmembers/member/profiles/components/profile_main' %>
	</div>

</div>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
phcmembers-5.0.3 app/views/phcmembers/member/profiles/show.html.erb
phcmembers-5.0.2 app/views/phcmembers/member/profiles/show.html.erb
phcmembers-5.0.1 app/views/phcmembers/member/profiles/show.html.erb
phcmembers-5.0.0 app/views/phcmembers/member/profiles/show.html.erb
phcmembers-4.2.10 app/views/phcmembers/member/profiles/show.html.erb
phcmembers-4.2.7 app/views/phcmembers/member/profiles/show.html.erb
phcmembers-4.2.6 app/views/phcmembers/member/profiles/show.html.erb
phcmembers-4.2.5 app/views/phcmembers/member/profiles/show.html.erb
phcmembers-4.2.4 app/views/phcmembers/member/profiles/show.html.erb
phcmembers-4.2.3 app/views/phcmembers/member/profiles/show.html.erb
phcmembers-4.2.2 app/views/phcmembers/member/profiles/show.html.erb
phcmembers-4.2.0 app/views/phcmembers/member/profiles/show.html.erb
phcmembers-4.1.0 app/views/phcmembers/member/profiles/show.html.erb
phcmembers-4.0.0 app/views/phcmembers/member/profiles/show.html.erb