Sha256: bf77a9be0fa0c77590b50e6dfac19eba454ffec9f5be56585b224dac57f0102c

Contents?: true

Size: 1.03 KB

Versions: 10

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", phcmembers.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

10 entries across 10 versions & 1 rubygems

Version Path
phcmembers-61.0.0 app/views/phcmembers/member/profiles/edit.html.erb
phcmembers-60.0.0 app/views/phcmembers/member/profiles/edit.html.erb
phcmembers-59.0.0 app/views/phcmembers/member/profiles/edit.html.erb
phcmembers-57.1.0 app/views/phcmembers/member/profiles/edit.html.erb
phcmembers-57.0.0 app/views/phcmembers/member/profiles/edit.html.erb
phcmembers-56.0.0 app/views/phcmembers/member/profiles/edit.html.erb
phcmembers-55.0.0 app/views/phcmembers/member/profiles/edit.html.erb
phcmembers-54.0.0 app/views/phcmembers/member/profiles/edit.html.erb
phcmembers-53.0.0 app/views/phcmembers/member/profiles/edit.html.erb
phcmembers-52.0.0 app/views/phcmembers/member/profiles/edit.html.erb