Sha256: 75434b8f9df8f49264b6f884b89a25c67c3a018eacf1cc4e689c0b11b3bd4fe9

Contents?: true

Size: 914 Bytes

Versions: 49

Compression:

Stored size: 914 Bytes

Contents

<!-- Title System -->
<% phc_title "Members Manager" %>
<% phc_title_tagline "Create a New Member" %>

<!-- Page Header -->
<div class="row wrapper border-bottom white-bg page-heading">
	<div class="col-sm-4">
		<h2><%= yield(:phc_title) %></h2>
		<!-- Bread Crumb -->
		<ol class="breadcrumb">
			<li><%= link_to "Home", modules_dashboards_index_path %></li>
			<li><%= link_to "Members List", member_profiles_path %></li>
			<li class="active"><%= yield(:phc_title_tagline) %></li>
		</ol>
	</div>
	<div class="col-sm-8">
		<div class="title-action">
		</div>
	</div>
</div>

<div class="wrapper wrapper-content animated fadeInRight">
	
	<!-- Page Content -->
	<div class="row">
		<div class="col-md-3">
			<%= render 'phcmemberspro/member/profiles/components/profile_sidebar' %>
		</div>
		<div class="col-md-9">
			<%= render 'phcmemberspro/member/profiles/components/profile_main' %>
		</div>
	</div>

</div>

Version data entries

49 entries across 49 versions & 1 rubygems

Version Path
phcmemberspro-12.0.1 app/views/phcmemberspro/member/profiles/show.html.erb
phcmemberspro-12.0.0 app/views/phcmemberspro/member/profiles/show.html.erb
phcmemberspro-11.11.5 app/views/phcmemberspro/member/profiles/show.html.erb
phcmemberspro-11.11.4 app/views/phcmemberspro/member/profiles/show.html.erb
phcmemberspro-11.11.3 app/views/phcmemberspro/member/profiles/show.html.erb
phcmemberspro-11.11.2 app/views/phcmemberspro/member/profiles/show.html.erb
phcmemberspro-11.11.1 app/views/phcmemberspro/member/profiles/show.html.erb
phcmemberspro-11.11.0 app/views/phcmemberspro/member/profiles/show.html.erb
phcmemberspro-11.10.6 app/views/phcmemberspro/member/profiles/show.html.erb