Sha256: f4e19eb69d288d26c0d92de5b3953178290e4808029630a60849816600203223

Contents?: true

Size: 1.27 KB

Versions: 4

Compression:

Stored size: 1.27 KB

Contents

<!-- -PHCDEV- Title Variables -->
<% phc_title "Members Manager" %>
<% phc_title_tagline "Create a New Member" %>
<% phc_breadcrumb_one link_to "Dashboard", phcmembers.dashboard_path %>
<% phc_breadcrumb_two link_to "Member Profiles", phcmembers.member_profiles_path %>
<% phc_breadcrumb_three yield(:phc_title_tagline) %>
<!-- -PHCDEV- Title Variables -->

<!-- -PHCDEV- Page Bradcrumbs -->
<ol class="breadcrumb float-xl-end">
	<li class="breadcrumb-item"><%= yield(:phc_breadcrumb_one) %></li>
	<li class="breadcrumb-item"><%= yield(:phc_breadcrumb_two) %></li>
	<li class="breadcrumb-item active"><%= yield(:phc_breadcrumb_three) %></li>
</ol>
<!-- -PHCDEV- Page Bradcrumbs -->

<!-- -PHCDEV- Bradcrumbs -->
<h1 class="page-header"><%= yield(:phc_title) %></h1>
<!-- -PHCDEV- Bradcrumbs -->

<!-- -PHCDEV- Panel -->
<div class="panel panel-inverse">

	<!-- -PHCDEV- Panel - Heading -->
	<div class="panel-heading">
		<h4 class="panel-title"><%= yield(:phc_title) %></h4>
	</div>
	<!-- -PHCDEV- Panel - Heading -->

	<!-- -PHCDEV- Panel - Body -->
	<div class="panel-body">

		<!-- -PHCDEV- Form for New Member Profile -->
		<%= render "form", member_profile: @member_profile %>
		<!-- -PHCDEV- Form for New Member Profile -->

	</div>
	<!-- -PHCDEV- Panel - Body -->

</div>
<!-- -PHCDEV- Panel -->

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
phcmembers-68.0.3 app/views/phcmembers/member/profiles/new.html.erb
phcmembers-68.0.2 app/views/phcmembers/member/profiles/new.html.erb
phcmembers-68.0.1 app/views/phcmembers/member/profiles/new.html.erb
phcmembers-68.0.0 app/views/phcmembers/member/profiles/new.html.erb