Sha256: 4257af531e4a8d9a38c5563ce21502667d2c1f3b2b7de23ede18bb694a808e63

Contents?: true

Size: 1003 Bytes

Versions: 47

Compression:

Stored size: 1003 Bytes

Contents

<!-- Title Variables -->
<% phc_title "Member Listing Manager" %>
<% phc_title_tagline "Listing Information for " + @members_profile_info.mfirstname + " " + @members_profile_info.mlastname %>

<!-- Page Header -->
<div class="row wrapper border-bottom white-bg page-heading">
	<div class="col-sm-4">
		<h2><%= yield(:phc_title) %></h2>
		<!-- Bread Crumb -->
		<ol class="breadcrumb">
			<li><%= link_to "Home", modules_dashboards_index_path %></li>
			<li><%= link_to "Members List", member_profiles_path %></li>
			<li class="active"><%= yield(:phc_title_tagline) %></li>
		</ol>
	</div>
	<div class="col-sm-8">
		<div class="title-action">
		</div>
	</div>
</div>

<div class="wrapper wrapper-content animated fadeInRight">

	<!-- Page Content -->
	<div class="row">
		<div class="col-lg-3">
			<%= render 'phcmemberspro/member/listings/components/listing_sidebar' %>
		</div>
		<div class="col-lg-9">
			<%= render 'phcmemberspro/member/listings/components/listing_main' %>
		</div>
	</div>

</div>

Version data entries

47 entries across 47 versions & 1 rubygems

Version Path
phcmemberspro-14.7.5 app/views/phcmemberspro/member/listings/show.html.erb
phcmemberspro-14.7.4 app/views/phcmemberspro/member/listings/show.html.erb
phcmemberspro-14.7.3 app/views/phcmemberspro/member/listings/show.html.erb
phcmemberspro-14.7.2 app/views/phcmemberspro/member/listings/show.html.erb
phcmemberspro-14.7.1 app/views/phcmemberspro/member/listings/show.html.erb
phcmemberspro-14.7.0 app/views/phcmemberspro/member/listings/show.html.erb
phcmemberspro-14.6.3 app/views/phcmemberspro/member/listings/show.html.erb
phcmemberspro-14.6.2 app/views/phcmemberspro/member/listings/show.html.erb
phcmemberspro-14.6.1 app/views/phcmemberspro/member/listings/show.html.erb
phcmemberspro-14.6.0 app/views/phcmemberspro/member/listings/show.html.erb
phcmemberspro-14.5.0 app/views/phcmemberspro/member/listings/show.html.erb
phcmemberspro-14.0.3 app/views/phcmemberspro/member/listings/show.html.erb
phcmemberspro-14.0.2 app/views/phcmemberspro/member/listings/show.html.erb
phcmemberspro-14.0.1 app/views/phcmemberspro/member/listings/show.html.erb
phcmemberspro-14.0.0 app/views/phcmemberspro/member/listings/show.html.erb
phcmemberspro-13.6.6 app/views/phcmemberspro/member/listings/show.html.erb
phcmemberspro-13.6.5 app/views/phcmemberspro/member/listings/show.html.erb
phcmemberspro-13.6.4 app/views/phcmemberspro/member/listings/show.html.erb
phcmemberspro-13.6.3 app/views/phcmemberspro/member/listings/show.html.erb
phcmemberspro-13.6.2 app/views/phcmemberspro/member/listings/show.html.erb