Sha256: c73e389536d7b2890a199fe3872bb4b13df4decee8bf74ed47e4dd43ac5423ce

Contents?: true

Size: 1.5 KB

Versions: 10

Compression:

Stored size: 1.5 KB

Contents

<!-- Title System -->
<% phc_title "Members Manager" %>
<% phc_title_tagline "Update Member Information for " + @member_profile.mfirstname + " " + @member_profile.mlastname %>
<% phc_breadcrumb_one link_to "Dashboard", phcmemberspro.modules_dashboards_index_path %>
<% phc_breadcrumb_two 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 class="active"><%= yield(:phc_breadcrumb_two) %></li>
		</ol>
		<!-- Bread Crumb -->
	</div>
	<div class="col-sm-4">
		<div class="title-action">
			<%= link_to phcmemberspro.member_profiles_path, class: "btn btn-primary" do %>
				<i class="fa fa-id-card-o"></i> Back to Member's Index
			<% end %>
		</div>
	</div>
</div>
<!-- Page Header -->

<!-- Page Content -->
<div class="wrapper wrapper-content animated fadeInRight">
	<div class="row">
		<div class="col-lg-12">

			<div class="ibox float-e-margins">
				<div class="ibox-title">
					<h5><%= yield(:phc_title_tagline) %></h5>
					<div class="ibox-tools">
						<a class="collapse-link">
							<i class="fa fa-chevron-up"></i>
						</a>
						<a class="close-link">
							<i class="fa fa-times"></i>
						</a>
					</div>
				</div>
				<div class="ibox-content">
					<%= render 'form', member_profile: @member_profile %>
				</div>
			</div>

		</div>
	</div>
</div>
<!-- Page Content -->

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
phcmemberspro-17.1.4 app/views/phcmemberspro/member/profiles/edit.html.erb
phcmemberspro-17.1.3 app/views/phcmemberspro/member/profiles/edit.html.erb
phcmemberspro-17.1.2 app/views/phcmemberspro/member/profiles/edit.html.erb
phcmemberspro-17.1.1 app/views/phcmemberspro/member/profiles/edit.html.erb
phcmemberspro-17.1.0 app/views/phcmemberspro/member/profiles/edit.html.erb
phcmemberspro-17.0.3 app/views/phcmemberspro/member/profiles/edit.html.erb
phcmemberspro-17.0.2 app/views/phcmemberspro/member/profiles/edit.html.erb
phcmemberspro-17.0.1 app/views/phcmemberspro/member/profiles/edit.html.erb
phcmemberspro-17.0.0 app/views/phcmemberspro/member/profiles/edit.html.erb
phcmemberspro-16.0.2 app/views/phcmemberspro/member/profiles/edit.html.erb