Sha256: bc9f603a564b71b6fd6a8cd58c23a4059b4dda6eb48ada7fd78a74e712e5a0d8

Contents?: true

Size: 1.49 KB

Versions: 9

Compression:

Stored size: 1.49 KB

Contents

<!-- Title Variables -->
<% phc_title "Member Address Manager" %>
<% phc_title_tagline "Detailed Address Information for " + @members_profile_info.mfirstname + " " + @members_profile_info.mlastname %>
<% phc_breadcrumb_one link_to "Dashboard", phcmemberspro.modules_dashboards_index_path %>
<% phc_breadcrumb_two link_to "Members List", phcmemberspro.member_profiles_path %>
<% phc_breadcrumb_three yield(:phc_title_tagline) %>
<!-- Title System -->

<!-- Page Header -->
<div class="row wrapper border-bottom white-bg page-heading">
	<div class="col-sm-8">
		<h2><%= yield(:phc_title) %></h2>
		<!-- Bread Crumb -->
		<ol class="breadcrumb">
			<li><%= yield(:phc_breadcrumb_one) %></li>
			<li><%= yield(:phc_breadcrumb_two) %></li>
			<li class="active"><%= yield(:phc_breadcrumb_three) %></li>
		</ol>
		<!-- Bread Crumb -->
	</div>
	<div class="col-sm-4">
		<div class="title-action">
			<%= link_to phcmemberspro.member_profile_addresses_path, class: "btn btn-primary" do %>
				<i class="fa fa-address-book"></i> <%= @members_profile_info.mfirstname + ' ' + @members_profile_info.mlastname %> Address Index
			<% end %>
		</div>
	</div>
</div>
<!-- Page Header -->

<!-- Page Content -->
<div class="wrapper wrapper-content animated fadeInRight">
	<div class="row">
		<div class="col-lg-3">
			<%= render 'phcmemberspro/member/addresses/components/address_sidebar' %>
		</div>
		<div class="col-lg-9">
			<%= render 'phcmemberspro/member/addresses/components/address_main' %>
		</div>
	</div>
</div>
<!-- Page Content -->

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
phcmemberspro-16.0.1 app/views/phcmemberspro/member/addresses/show.html.erb
phcmemberspro-16.0.0 app/views/phcmemberspro/member/addresses/show.html.erb
phcmemberspro-15.1.1 app/views/phcmemberspro/member/addresses/show.html.erb
phcmemberspro-15.1.0 app/views/phcmemberspro/member/addresses/show.html.erb
phcmemberspro-15.0.3 app/views/phcmemberspro/member/addresses/show.html.erb
phcmemberspro-15.0.2 app/views/phcmemberspro/member/addresses/show.html.erb
phcmemberspro-15.0.1 app/views/phcmemberspro/member/addresses/show.html.erb
phcmemberspro-15.0.0 app/views/phcmemberspro/member/addresses/show.html.erb
phcmemberspro-14.7.7 app/views/phcmemberspro/member/addresses/show.html.erb