app/views/phcpresspro/modules/categories/index.html.erb in phcpresspro-8.0.3 vs app/views/phcpresspro/modules/categories/index.html.erb in phcpresspro-8.0.4
- old
+ new
@@ -1,25 +1,22 @@
<!-- Title System -->
<% phc_title "Plugin: Article Category Manager" %>
<% phc_title_tagline "Category Index" %>
+<% phc_breadcrumb_one yield(:phc_title_tagline) %>
<!-- Title System -->
<!-- Page Header -->
<div class="row wrapper border-bottom white-bg page-heading">
- <div class="col-sm-4">
- <!-- Page Title -->
+ <div class="col-sm-8">
<h2><%= yield(:phc_title) %></h2>
- <!-- Page Title -->
-
<!-- Bread Crumb -->
<ol class="breadcrumb">
- <li class="active"><%= yield(:phc_title_tagline) %></li>
+ <li class="active"><%= yield(:phc_breadcrumb_two) %></li>
</ol>
<!-- Bread Crumb -->
-
</div>
- <div class="col-sm-8">
+ <div class="col-sm-4">
<div class="title-action">
<%= link_to phcpresspro.new_modules_category_path, class: "btn btn-primary" do %>
<i class="fa fa-plus"></i> Create a New Category
<% end %>
</div>
@@ -62,14 +59,14 @@
</tr>
<% end %>
</tbody>
</table>
</div>
-
+
</div>
</div>
</div>
</div>
</div>
-<!-- Page Content -->
+<!-- Page Content -->
\ No newline at end of file