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-57.0.0 app/views/phcmemberspro/member/profiles/show.html.erb
phcmemberspro-56.0.0 app/views/phcmemberspro/member/profiles/show.html.erb
phcmemberspro-55.0.0 app/views/phcmemberspro/member/profiles/show.html.erb
phcmemberspro-54.0.0 app/views/phcmemberspro/member/profiles/show.html.erb
phcmemberspro-53.0.0 app/views/phcmemberspro/member/profiles/show.html.erb
phcmemberspro-52.1.0 app/views/phcmemberspro/member/profiles/show.html.erb
phcmemberspro-52.0.0 app/views/phcmemberspro/member/profiles/show.html.erb
phcmemberspro-51.0.0 app/views/phcmemberspro/member/profiles/show.html.erb
phcmemberspro-50.2.0 app/views/phcmemberspro/member/profiles/show.html.erb
phcmemberspro-50.1.0 app/views/phcmemberspro/member/profiles/show.html.erb
phcmemberspro-50.0.0 app/views/phcmemberspro/member/profiles/show.html.erb
phcmemberspro-49.0.0 app/views/phcmemberspro/member/profiles/show.html.erb
phcmemberspro-48.0.0 app/views/phcmemberspro/member/profiles/show.html.erb
phcmemberspro-47.1.0 app/views/phcmemberspro/member/profiles/show.html.erb
phcmemberspro-46.0.0 app/views/phcmemberspro/member/profiles/show.html.erb
phcmemberspro-45.0.1 app/views/phcmemberspro/member/profiles/show.html.erb
phcmemberspro-45.0.0 app/views/phcmemberspro/member/profiles/show.html.erb
phcmemberspro-44.1.0 app/views/phcmemberspro/member/profiles/show.html.erb
phcmemberspro-44.0.0 app/views/phcmemberspro/member/profiles/show.html.erb
phcmemberspro-43.0.0 app/views/phcmemberspro/member/profiles/show.html.erb