Sha256: 8c83ef5cf76acfdc8d041c3a5c78bf6dd365ab250c8de6182aa30607dc1403d3

Contents?: true

Size: 902 Bytes

Versions: 20

Compression:

Stored size: 902 Bytes

Contents

<!-- Title Variables -->
<% phc_title "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

20 entries across 20 versions & 1 rubygems

Version Path
phcmembers-6.5.1 app/views/phcmembers/member/profiles/show.html.erb
phcmembers-6.5.0 app/views/phcmembers/member/profiles/show.html.erb
phcmembers-6.4.1 app/views/phcmembers/member/profiles/show.html.erb
phcmembers-6.4.0 app/views/phcmembers/member/profiles/show.html.erb
phcmembers-6.3.5 app/views/phcmembers/member/profiles/show.html.erb
phcmembers-6.3.4 app/views/phcmembers/member/profiles/show.html.erb
phcmembers-6.3.3 app/views/phcmembers/member/profiles/show.html.erb
phcmembers-6.3.2 app/views/phcmembers/member/profiles/show.html.erb
phcmembers-6.3.1 app/views/phcmembers/member/profiles/show.html.erb
phcmembers-6.3.0 app/views/phcmembers/member/profiles/show.html.erb
phcmembers-6.2.0 app/views/phcmembers/member/profiles/show.html.erb
phcmembers-6.1.6 app/views/phcmembers/member/profiles/show.html.erb
phcmembers-6.1.5 app/views/phcmembers/member/profiles/show.html.erb
phcmembers-6.1.4 app/views/phcmembers/member/profiles/show.html.erb
phcmembers-6.1.3 app/views/phcmembers/member/profiles/show.html.erb
phcmembers-6.1.2 app/views/phcmembers/member/profiles/show.html.erb
phcmembers-6.1.1 app/views/phcmembers/member/profiles/show.html.erb
phcmembers-6.1.0 app/views/phcmembers/member/profiles/show.html.erb
phcmembers-6.0.1 app/views/phcmembers/member/profiles/show.html.erb
phcmembers-6.0.0 app/views/phcmembers/member/profiles/show.html.erb