Sha256: 99ac691d09d8ea1bed76115a1f303739fa7fe8525e90ba698000214ba0646b2a

Contents?: true

Size: 951 Bytes

Versions: 19

Compression:

Stored size: 951 Bytes

Contents

<!-- Title System -->
<% phc_title "Members Manager" %>
<% phc_title_tagline @members_main.mfirstname + " Detailed Profile" %>

<div class="page-bar">

	<!-- Bread Crumb -->
	<ul class="page-breadcrumb">
		<li><%= link_to "Home", mtdevise.root_path %><i class="fa fa-circle"></i></li>
		<li class="active"><%= link_to "Members List", members_mains_path %><i class="fa fa-circle"></i></li>
		<li class="active"><%= @members_main.mfirstname + ' ' + @members_main.mlastname %> Detailed Profile</li>
	</ul>

</div>

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

<!-- Main Content -->
<div class="row">
	<div class="col-md-12">
		<div class="profile-sidebar">
			<%= render 'phcmemberspro/members/mains/components/profile_sidebar' %>
		</div>
		<div class="profile-content">
			<%= render 'phcmemberspro/members/mains/components/profile_main' %>
		</div>
	</div>
</div>

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
phcmemberspro-5.3.2 app/views/phcmemberspro/members/mains/show.html.erb
phcmemberspro-5.3.1 app/views/phcmemberspro/members/mains/show.html.erb
phcmemberspro-5.2.7 app/views/phcmemberspro/members/mains/show.html.erb
phcmemberspro-5.2.6 app/views/phcmemberspro/members/mains/show.html.erb
phcmemberspro-5.2.5 app/views/phcmemberspro/members/mains/show.html.erb
phcmemberspro-5.2.4 app/views/phcmemberspro/members/mains/show.html.erb
phcmemberspro-5.2.3 app/views/phcmemberspro/members/mains/show.html.erb
phcmemberspro-5.2.2 app/views/phcmemberspro/members/mains/show.html.erb
phcmemberspro-5.2.1 app/views/phcmemberspro/members/mains/show.html.erb
phcmemberspro-5.2.0 app/views/phcmemberspro/members/mains/show.html.erb
phcmemberspro-5.1.5 app/views/phcmemberspro/members/mains/show.html.erb
phcmemberspro-5.1.4 app/views/phcmemberspro/members/mains/show.html.erb
phcmemberspro-5.1.3 app/views/phcmemberspro/members/mains/show.html.erb
phcmemberspro-5.1.2 app/views/phcmemberspro/members/mains/show.html.erb
phcmemberspro-5.1.1 app/views/phcmemberspro/members/mains/show.html.erb
phcmemberspro-5.1.0 app/views/phcmemberspro/members/mains/show.html.erb
phcmemberspro-5.0.6 app/views/phcmemberspro/members/mains/show.html.erb
phcmemberspro-5.0.5 app/views/phcmemberspro/members/mains/show.html.erb
phcmemberspro-5.0.4 app/views/phcmemberspro/members/mains/show.html.erb