Sha256: 10fd4b99063eabd4ab387209cbbeb3621164efc936d8fd54145d475902e1fac5

Contents?: true

Size: 1.06 KB

Versions: 20

Compression:

Stored size: 1.06 KB

Contents

<!-- Title System -->
<% phc_title "Members Manager" %>
<% phc_title_tagline "Update Member Information for " + @member_profile.mfirstname + " " + @member_profile.mlastname %>

<!-- Page Header -->
<div class="page-bar">
	<!-- Bread Crumb -->
	<ul class="page-breadcrumb">
		<li><%= link_to "Home", member_root_path %><i class="fa fa-circle"></i></li>
		<li><%= link_to "Members List", member_profiles_path %><i class="fa fa-circle"></i></li>
		<li class="active"><%= yield(:phc_title_tagline) %></li>
	</ul>
	<div class="page-toolbar">
	</div>
</div>
<h1 class="page-title">
	<%= yield(:phc_title) %>
	<small><%= yield(:phc_title_tagline) %></small>
</h1>

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

		<div class="portlet light">

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

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

		</div>

	</div>
</div>

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
phcmemberspro-9.7.2 app/views/phcmemberspro/member/profiles/edit.html.erb
phcmemberspro-9.7.1 app/views/phcmemberspro/member/profiles/edit.html.erb
phcmemberspro-9.7.0 app/views/phcmemberspro/member/profiles/edit.html.erb
phcmemberspro-9.6.4 app/views/phcmemberspro/member/profiles/edit.html.erb
phcmemberspro-9.6.3 app/views/phcmemberspro/member/profiles/edit.html.erb
phcmemberspro-9.6.2 app/views/phcmemberspro/member/profiles/edit.html.erb
phcmemberspro-9.6.1 app/views/phcmemberspro/member/profiles/edit.html.erb
phcmemberspro-9.6.0 app/views/phcmemberspro/member/profiles/edit.html.erb
phcmemberspro-9.5.7 app/views/phcmemberspro/member/profiles/edit.html.erb
phcmemberspro-9.5.6 app/views/phcmemberspro/member/profiles/edit.html.erb
phcmemberspro-9.5.5 app/views/phcmemberspro/member/profiles/edit.html.erb
phcmemberspro-9.5.4 app/views/phcmemberspro/member/profiles/edit.html.erb
phcmemberspro-9.5.3 app/views/phcmemberspro/member/profiles/edit.html.erb
phcmemberspro-9.5.2 app/views/phcmemberspro/member/profiles/edit.html.erb
phcmemberspro-9.5.1 app/views/phcmemberspro/member/profiles/edit.html.erb
phcmemberspro-9.5.0 app/views/phcmemberspro/member/profiles/edit.html.erb
phcmemberspro-9.0.3 app/views/phcmemberspro/member/profiles/edit.html.erb
phcmemberspro-9.0.2 app/views/phcmemberspro/member/profiles/edit.html.erb
phcmemberspro-9.0.1 app/views/phcmemberspro/member/profiles/edit.html.erb
phcmemberspro-9.0.0 app/views/phcmemberspro/member/profiles/edit.html.erb