app/views/phcscriptcdnpro/script/authors/show.html.erb in phcscriptcdnpro-6.0.3 vs app/views/phcscriptcdnpro/script/authors/show.html.erb in phcscriptcdnpro-7.0.0
- old
+ new
@@ -1,35 +1,28 @@
<!-- Title System -->
<% phc_title "Script Listings Manager" %>
<% phc_title_tagline "Script Author Profile" %>
+<% phc_breadcrumb_one link_to "Author Index", phcscriptcdnpro.script_authors_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-4">
-
- <!-- Page Title -->
+ <div class="col-sm-8">
<h2><%= yield(:phc_title) %></h2>
- <!-- Page Title -->
-
- <!-- Bread Crumbs -->
+ <!-- Bread Crumb -->
<ol class="breadcrumb">
- <li><%= link_to "Author Index", phcscriptcdnpro.script_authors_path %></li>
- <li class="active"><%= yield(:phc_title_tagline) %></li>
+ <li><%= yield(:phc_breadcrumb_one) %></li>
+ <li class="active"><%= yield(:phc_breadcrumb_two) %></li>
</ol>
- <!-- Bread Crumbs -->
-
+ <!-- Bread Crumb -->
</div>
- <div class="col-sm-8">
-
- <!-- Back to Author Index Button -->
+ <div class="col-sm-4">
<div class="title-action">
<%= link_to phcscriptcdnpro.script_authors_path, class: "btn btn-primary" do %>
<i class="fa fa-plus"></i> Back to Author Index
<% end %>
</div>
- <!-- Back to Author Index Button -->
-
</div>
</div>
<!-- Page Header -->
<!-- Page Content -->
\ No newline at end of file