Sha256: 31e612d4aec675e9e27281b883e9c255184c1494c81bf5c11f6b5a530d27eccd

Contents?: true

Size: 981 Bytes

Versions: 10

Compression:

Stored size: 981 Bytes

Contents

<!-- Title System -->
<% phc_title "Members Manager" %>
<% phc_title_tagline "Create a New Member" %>
<% 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/new.html.erb
phcmembers-60.0.0 app/views/phcmembers/member/profiles/new.html.erb
phcmembers-59.0.0 app/views/phcmembers/member/profiles/new.html.erb
phcmembers-57.1.0 app/views/phcmembers/member/profiles/new.html.erb
phcmembers-57.0.0 app/views/phcmembers/member/profiles/new.html.erb
phcmembers-56.0.0 app/views/phcmembers/member/profiles/new.html.erb
phcmembers-55.0.0 app/views/phcmembers/member/profiles/new.html.erb
phcmembers-54.0.0 app/views/phcmembers/member/profiles/new.html.erb
phcmembers-53.0.0 app/views/phcmembers/member/profiles/new.html.erb
phcmembers-52.0.0 app/views/phcmembers/member/profiles/new.html.erb