app/views/phcscriptcdnpro/script/authors/index.html.erb in phcscriptcdnpro-6.0.3 vs app/views/phcscriptcdnpro/script/authors/index.html.erb in phcscriptcdnpro-7.0.0

- old
+ new

@@ -1,34 +1,26 @@ <!-- Title System --> <% phc_title "Script Listings Manager" %> <% phc_title_tagline "Author 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 Crumbs --> + <!-- Bread Crumb --> <ol class="breadcrumb"> - <li class="active"><%= yield(:phc_title_tagline) %></li> + <li class="active"><%= yield(:phc_breadcrumb_one) %></li> </ol> - <!-- Bread Crumbs --> - + <!-- Bread Crumb --> </div> - <div class="col-sm-8"> - - <!-- New Author Button --> + <div class="col-sm-4"> <div class="title-action"> <%= link_to phcscriptcdnpro.new_script_author_path, class: "btn btn-primary" do %> <i class="fa fa-plus"></i> Add a New Author <% end %> </div> - <!-- New Author Button --> - </div> </div> <!-- Page Header --> <!-- Page Content --> \ No newline at end of file