app/views/phcscriptcdnpro/script/authors/show.html.erb in phcscriptcdnpro-5.8.0 vs app/views/phcscriptcdnpro/script/authors/show.html.erb in phcscriptcdnpro-5.8.1

- old
+ new

@@ -4,23 +4,33 @@ <!-- Title System --> <!-- Page Header --> <div class="row wrapper border-bottom white-bg page-heading"> <div class="col-sm-4"> + + <!-- Page Title --> <h2><%= yield(:phc_title) %></h2> - <!-- Bread Crumb --> + <!-- Page Title --> + + <!-- 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 Crumbs --> + </div> <div class="col-sm-8"> + + <!-- 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 Author Index Button --> + </div> </div> <!-- Page Header --> <!-- Page Content --> @@ -38,15 +48,19 @@ <i class="fa fa-times"></i> </a> </div> </div> <div class="ibox-content"> + <div class="btn-group" role="group" aria-label="author_button_group"> <%= link_to 'Edit', edit_script_author_path, class: "btn btn-primary" %> <%= link_to 'Destroy', script_author_path, method: :delete, data: { confirm: 'Are you sure?' }, class: "btn btn-danger" %> </div> + </div> </div> + <!-- Content Box --> + </div> </div> </div> <!-- Page Content -->