app/views/phcmembers/member/profiles/index.html.erb in phcmembers-61.0.0 vs app/views/phcmembers/member/profiles/index.html.erb in phcmembers-61.3.0
- old
+ new
@@ -1,11 +1,22 @@
<!-- Title System -->
<% phc_title "Members Manager" %>
<% phc_title_tagline "Members List" %>
-<% phc_breadcrumb_one link_to "Dashboard", phcmembers.modules_dashboards_index_path %>
+<% phc_breadcrumb_one link_to "Dashboard", phcmembers.dashboard_path %>
<% phc_breadcrumb_two yield(:phc_title_tagline) %>
<!-- Title System -->
+<!-- Page Bradcrumbs -->
+<ol class="breadcrumb pull-right">
+ <li class="breadcrumb-item"><%= yield(:phc_breadcrumb_one) %></li>
+ <li class="breadcrumb-item active"><%= yield(:phc_breadcrumb_two) %></li>
+</ol>
+<!-- Page Bradcrumbs -->
+
+<!-- Page Header -->
+<h1 class="page-header"><%= yield(:phc_title) %></h1>
+<!-- Page Header -->
+
<!-- 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>