Sha256: 7f69f773845bec25a011bacf52566f9946dc1b5fbda9d736d29900d3d6fcc2cd

Contents?: true

Size: 1.03 KB

Versions: 26

Compression:

Stored size: 1.03 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 Content -->
<div class="panel panel-inverse">
	<div class="panel-heading">
		<div class="panel-heading-btn">
			<a href="javascript:;" class="btn btn-xs btn-icon btn-circle btn-default" data-click="panel-expand"><i class="fa fa-expand"></i></a>
			<a href="javascript:;" class="btn btn-xs btn-icon btn-circle btn-success" data-click="panel-reload"><i class="fa fa-redo"></i></a>
			<a href="javascript:;" class="btn btn-xs btn-icon btn-circle btn-warning" data-click="panel-collapse"><i class="fa fa-minus"></i></a>
		</div>
		<h4 class="panel-title"><%= yield(:phc_title) %></h4>
	</div>
	<div class="panel-body">
		<%= render 'form', member_profile: @member_profile %>
	</div>
</div>
<!-- Page Content -->

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
phcmemberspro-64.0.0 app/views/phcmemberspro/member/profiles/edit.html.erb
phcmemberspro-63.0.0 app/views/phcmemberspro/member/profiles/edit.html.erb
phcmemberspro-62.0.0 app/views/phcmemberspro/member/profiles/edit.html.erb
phcmemberspro-61.0.0 app/views/phcmemberspro/member/profiles/edit.html.erb
phcmemberspro-60.0.0 app/views/phcmemberspro/member/profiles/edit.html.erb
phcmemberspro-59.0.1 app/views/phcmemberspro/member/profiles/edit.html.erb