Sha256: 8c607baa3e5854aea273b0e35f6d31dbe8574fac4beca4048197b9eb33c52ff8

Contents?: true

Size: 1.2 KB

Versions: 4

Compression:

Stored size: 1.2 KB

Contents

<!-- Title System -->
<% phc_title "PHCMembers - Member Listing Manager" %>
<% phc_title_tagline "New Listing for " + @members_profile_info.mfirstname + " " + @members_profile_info.mlastname %>
<!-- Title System -->

<!-- Page Title Bar -->
<section class="content-header">

	<!-- Page Title and BreadCrumb -->
	<h1><%= yield(:phc_title) %> <small><%= yield(:phc_title_tagline) %></small></h1>
	<ol class="breadcrumb">
		<li><%= link_to "Dashboard", member_root_path %></li>
		<li><%= link_to "Member Profile List", member_profiles_path %></li>
		<li><%= link_to @members_profile_info.mfirstname + " " + @members_profile_info.mlastname + " Listing Index", member_profile_listings_path %></li>
		<li class="active"><%= yield(:phc_title_tagline) %></li>
	</ol>
	<!-- Page Title and BreadCrumb -->

</section>
<!-- Page Title Bar -->

<!-- Main Content -->
<section class="content">
	<div class="row">
		<div class="col-lg-12">

			<div class="box">
				<div class="box-header with-border">
					<h3 class="box-title"><%= yield(:phc_title) %></h3>
				</div>
				<div class="box-body">
					<%= render 'form', { form_url: member_profile_listings_path } %>
				</div>
			</div>

		</div>
	</div>
</section>
<!-- Main Content -->

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
phcmembers-5.0.3 app/views/phcmembers/member/listings/new.html.erb
phcmembers-5.0.2 app/views/phcmembers/member/listings/new.html.erb
phcmembers-5.0.1 app/views/phcmembers/member/listings/new.html.erb
phcmembers-5.0.0 app/views/phcmembers/member/listings/new.html.erb