Sha256: 28351c6f7c055bf46972bdcf42bcf54eb18ab3339934036411c677ccd9d585ae

Contents?: true

Size: 984 Bytes

Versions: 26

Compression:

Stored size: 984 Bytes

Contents

<!-- Title System -->
<% phc_title "Members Manager" %>
<% phc_title_tagline "Create a New Member" %>
<% 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-82.2.0 app/views/phcmemberspro/member/profiles/new.html.erb
phcmemberspro-82.1.0 app/views/phcmemberspro/member/profiles/new.html.erb
phcmemberspro-82.0.0 app/views/phcmemberspro/member/profiles/new.html.erb
phcmemberspro-81.0.0 app/views/phcmemberspro/member/profiles/new.html.erb
phcmemberspro-80.0.0 app/views/phcmemberspro/member/profiles/new.html.erb
phcmemberspro-79.0.0 app/views/phcmemberspro/member/profiles/new.html.erb
phcmemberspro-78.0.0 app/views/phcmemberspro/member/profiles/new.html.erb
phcmemberspro-77.0.0 app/views/phcmemberspro/member/profiles/new.html.erb
phcmemberspro-76.0.0 app/views/phcmemberspro/member/profiles/new.html.erb
phcmemberspro-74.1.0 app/views/phcmemberspro/member/profiles/new.html.erb
phcmemberspro-74.0.0 app/views/phcmemberspro/member/profiles/new.html.erb
phcmemberspro-73.0.0 app/views/phcmemberspro/member/profiles/new.html.erb
phcmemberspro-72.0.0 app/views/phcmemberspro/member/profiles/new.html.erb
phcmemberspro-71.0.0 app/views/phcmemberspro/member/profiles/new.html.erb
phcmemberspro-70.0.0 app/views/phcmemberspro/member/profiles/new.html.erb
phcmemberspro-69.0.0 app/views/phcmemberspro/member/profiles/new.html.erb
phcmemberspro-68.0.0 app/views/phcmemberspro/member/profiles/new.html.erb
phcmemberspro-67.0.0 app/views/phcmemberspro/member/profiles/new.html.erb
phcmemberspro-66.0.0 app/views/phcmemberspro/member/profiles/new.html.erb
phcmemberspro-65.0.0 app/views/phcmemberspro/member/profiles/new.html.erb