Sha256: 4743de0c6d023a5aa7163914c5014f9314c7d8d29dad9e5fa365f5256bf02e93

Contents?: true

Size: 951 Bytes

Versions: 84

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", main_app.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

84 entries across 84 versions & 1 rubygems

Version Path
phcmemberspro-6.8.14 app/views/phcmemberspro/members/mains/show.html.erb
phcmemberspro-6.8.13 app/views/phcmemberspro/members/mains/show.html.erb
phcmemberspro-6.8.12 app/views/phcmemberspro/members/mains/show.html.erb
phcmemberspro-6.8.11 app/views/phcmemberspro/members/mains/show.html.erb
phcmemberspro-6.8.10 app/views/phcmemberspro/members/mains/show.html.erb
phcmemberspro-6.8.9 app/views/phcmemberspro/members/mains/show.html.erb
phcmemberspro-6.8.8 app/views/phcmemberspro/members/mains/show.html.erb
phcmemberspro-6.8.7 app/views/phcmemberspro/members/mains/show.html.erb
phcmemberspro-6.8.6 app/views/phcmemberspro/members/mains/show.html.erb
phcmemberspro-6.8.5 app/views/phcmemberspro/members/mains/show.html.erb
phcmemberspro-6.8.4 app/views/phcmemberspro/members/mains/show.html.erb
phcmemberspro-6.8.3 app/views/phcmemberspro/members/mains/show.html.erb
phcmemberspro-6.8.2 app/views/phcmemberspro/members/mains/show.html.erb
phcmemberspro-6.8.1 app/views/phcmemberspro/members/mains/show.html.erb
phcmemberspro-6.8.0 app/views/phcmemberspro/members/mains/show.html.erb
phcmemberspro-6.7.6 app/views/phcmemberspro/members/mains/show.html.erb
phcmemberspro-6.7.5 app/views/phcmemberspro/members/mains/show.html.erb
phcmemberspro-6.7.3 app/views/phcmemberspro/members/mains/show.html.erb
phcmemberspro-6.7.2 app/views/phcmemberspro/members/mains/show.html.erb
phcmemberspro-6.7.1 app/views/phcmemberspro/members/mains/show.html.erb