Sha256: b2afa34415234f8c118eef595f55c248480467f034ec5ab00c44cf5d64bbce68

Contents?: true

Size: 1 KB

Versions: 10

Compression:

Stored size: 1 KB

Contents

<!-- Title Variables -->
<% phc_title "PHCMembers - Member Profile Manager" %>
<% phc_title_tagline "Update Member Profile" %>

<!-- Page Header -->
<div class="row">
	<div class="col-lg-12">

		<!-- Bread Crumbs -->
		<ol class="breadcrumb">
			<li><%= link_to "Dashboard", member_root_path %></li>
			<li><%= link_to "Member Profile List", member_profiles_path %></li>
			<li class="active"><%= yield(:phc_title_tagline) %></li>
		</ol>

		<!-- Page Title -->
		<h3 class="page-title">
			<%= yield(:phc_title) %> </br>
			<small><%= yield(:phc_title_tagline) %></small>
		</h3>

	</div>
</div>

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

		<div class="panel panel-default">

			<div class="panel-heading">
				<div class="caption">
					<span class="caption-subject bold uppercase"><%= yield(:phc_title_tagline) %></span>
				</div>
				<div class="actions">
				</div>
			</div>

			<div class="panel-body">
				<%= render 'form', member_profile: @member_profile %>
			</div>

		</div>

	</div>
</div>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
phcmembers-4.2.10 app/views/phcmembers/member/profiles/edit.html.erb
phcmembers-4.2.7 app/views/phcmembers/member/profiles/edit.html.erb
phcmembers-4.2.6 app/views/phcmembers/member/profiles/edit.html.erb
phcmembers-4.2.5 app/views/phcmembers/member/profiles/edit.html.erb
phcmembers-4.2.4 app/views/phcmembers/member/profiles/edit.html.erb
phcmembers-4.2.3 app/views/phcmembers/member/profiles/edit.html.erb
phcmembers-4.2.2 app/views/phcmembers/member/profiles/edit.html.erb
phcmembers-4.2.0 app/views/phcmembers/member/profiles/edit.html.erb
phcmembers-4.1.0 app/views/phcmembers/member/profiles/edit.html.erb
phcmembers-4.0.0 app/views/phcmembers/member/profiles/edit.html.erb