Sha256: 947aa507e00f64f51bb75ddaf84eacce559353d28f2dc1a3c2835e8690450137

Contents?: true

Size: 1.18 KB

Versions: 90

Compression:

Stored size: 1.18 KB

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 Header -->
<div class="row wrapper border-bottom white-bg page-heading">
	<div class="col-sm-8">
		<h2><%= yield(:phc_title) %></h2>
		<!-- Bread Crumb -->
		<ol class="breadcrumb">
			<li><%= yield(:phc_breadcrumb_one) %></li>
			<li class="active"><%= yield(:phc_breadcrumb_two) %></li>
		</ol>
		<!-- Bread Crumb -->
	</div>
	<div class="col-sm-4">
		<div class="title-action">
			<%= link_to phcmemberspro.member_profiles_path, class: "btn btn-primary" do %>
				<i class="fa fa-id-card-o"></i> Back to Member's Index
			<% end %>
		</div>
	</div>
</div>
<!-- Page Header -->

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

Version data entries

90 entries across 90 versions & 1 rubygems

Version Path
phcmemberspro-32.0.0 app/views/phcmemberspro/member/profiles/show.html.erb
phcmemberspro-31.0.0 app/views/phcmemberspro/member/profiles/show.html.erb
phcmemberspro-30.0.0 app/views/phcmemberspro/member/profiles/show.html.erb
phcmemberspro-29.2.0 app/views/phcmemberspro/member/profiles/show.html.erb
phcmemberspro-29.1.0 app/views/phcmemberspro/member/profiles/show.html.erb
phcmemberspro-29.0.0 app/views/phcmemberspro/member/profiles/show.html.erb
phcmemberspro-28.0.0 app/views/phcmemberspro/member/profiles/show.html.erb
phcmemberspro-27.2.0 app/views/phcmemberspro/member/profiles/show.html.erb
phcmemberspro-27.1.0 app/views/phcmemberspro/member/profiles/show.html.erb
phcmemberspro-27.0.0 app/views/phcmemberspro/member/profiles/show.html.erb
phcmemberspro-26.0.0 app/views/phcmemberspro/member/profiles/show.html.erb
phcmemberspro-25.1.0 app/views/phcmemberspro/member/profiles/show.html.erb
phcmemberspro-25.0.0 app/views/phcmemberspro/member/profiles/show.html.erb
phcmemberspro-24.2.0 app/views/phcmemberspro/member/profiles/show.html.erb
phcmemberspro-24.1.0 app/views/phcmemberspro/member/profiles/show.html.erb
phcmemberspro-24.0.0 app/views/phcmemberspro/member/profiles/show.html.erb
phcmemberspro-23.1.0 app/views/phcmemberspro/member/profiles/show.html.erb
phcmemberspro-23.0.0 app/views/phcmemberspro/member/profiles/show.html.erb
phcmemberspro-22.2.0 app/views/phcmemberspro/member/profiles/show.html.erb
phcmemberspro-22.1.0 app/views/phcmemberspro/member/profiles/show.html.erb