Sha256: 1bcd65e3c0d2198ed36f874bdbe5792638cbaf066c86cfc4ff5fbbe2cee2bbca

Contents?: true

Size: 1.05 KB

Versions: 32

Compression:

Stored size: 1.05 KB

Contents

<!-- Bread Crumbs -->
<header id="page-header">
	<h1>Edit Private Address for <%= @members_main.mfirstname + ' ' + @members_main.mlastname %></h1>
	<ol class="breadcrumb">
		<li><%= link_to "Home", members_root_path %></li>
		<li><%= link_to "Members List", members_mains_path %></li>
		<li><%= link_to "Members Contact", members_main_contacts_path %></li>
		<li class="active">Edit Private Address for <%= @members_main.mfirstname + ' ' + @members_main.mlastname %></li>
	</ol>
</header>

<div id="content" class="padding-20">

	<!-- Main Content -->
	<div class="row">
		<div class="col-lg-12">
			<div class="panel panel-primary">
				<div class="panel-heading">
					<span class="elipsis">
						Edit Private Address for <%= @members_main.mfirstname + ' ' + @members_main.mlastname %>
					</span>
					<ul class="options pull-right list-inline">
						<%= render 'layouts/components/panel_options' %>
					</ul>
				</div>
				<div class="panel-body">
					<%= render 'phcnotifi/notifications' %>
					<%= render 'formpatch' %>
				</div>
			</div>
		</div>
	</div>

</div>

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
phcmemberspro-4.6.8 app/views/phcmemberspro/members/contacts/edit.html.erb
phcmemberspro-4.6.7 app/views/phcmemberspro/members/contacts/edit.html.erb
phcmemberspro-4.6.6 app/views/phcmemberspro/members/contacts/edit.html.erb
phcmemberspro-4.6.5 app/views/phcmemberspro/members/contacts/edit.html.erb
phcmemberspro-4.6.0 app/views/phcmemberspro/members/contacts/edit.html.erb
phcmemberspro-4.5.0 app/views/phcmemberspro/members/contacts/edit.html.erb
phcmemberspro-4.0.0 app/views/phcmemberspro/members/contacts/edit.html.erb
phcmemberspro-3.9.7 app/views/phcmemberspro/members/contacts/edit.html.erb
phcmemberspro-3.9.6 app/views/phcmemberspro/members/contacts/edit.html.erb
phcmemberspro-3.9.5 app/views/phcmemberspro/members/contacts/edit.html.erb
phcmemberspro-3.9.2 app/views/phcmemberspro/members/contacts/edit.html.erb
phcmemberspro-3.9.1 app/views/phcmemberspro/members/contacts/edit.html.erb
phcmemberspro-3.9.0 app/views/phcmemberspro/members/contacts/edit.html.erb
phcmemberspro-3.8.6 app/views/phcmemberspro/members/contacts/edit.html.erb
phcmemberspro-3.8.5 app/views/phcmemberspro/members/contacts/edit.html.erb
phcmemberspro-3.8.3 app/views/phcmemberspro/members/contacts/edit.html.erb
phcmemberspro-3.8.2 app/views/phcmemberspro/members/contacts/edit.html.erb
phcmemberspro-3.8.1 app/views/phcmemberspro/members/contacts/edit.html.erb
phcmemberspro-3.8.0 app/views/phcmemberspro/members/contacts/edit.html.erb
phcmemberspro-3.7.7 app/views/phcmemberspro/members/contacts/edit.html.erb