app/views/phcscriptcdnpro/script/authors/show.html.erb in phcscriptcdnpro-5.8.6 vs app/views/phcscriptcdnpro/script/authors/show.html.erb in phcscriptcdnpro-5.8.7

- old
+ new

@@ -9,26 +9,26 @@ <!-- Page Title --> <h2><%= yield(:phc_title) %></h2> <!-- Page Title --> - <!-- Bread Crumb --> + <!-- Bread Crumbs --> <ol class="breadcrumb"> <li><%= link_to "Author Index", phcscriptcdnpro.script_authors_path %></li> <li class="active"><%= yield(:phc_title_tagline) %></li> </ol> - <!-- Bread Crumb --> + <!-- Bread Crumbs --> </div> <div class="col-sm-8"> - <!-- Back to Licence Index Button --> + <!-- Back to Author Index Button --> <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 Licence Index Button --> + <!-- Back to Author Index Button --> </div> </div> <!-- Page Header -->