app/views/phcscriptcdnpro/script/licences/show.html.erb in phcscriptcdnpro-3.2.2 vs app/views/phcscriptcdnpro/script/licences/show.html.erb in phcscriptcdnpro-3.3.0

- old
+ new

@@ -1,20 +1,41 @@ +<!-- Title System --> +<% phc_title "Script Licence Manager" %> +<% phc_title_tagline "Script Licence Information" %> + +<!-- Bread Crumb --> +<div class="page-bar"> + + <ul class="page-breadcrumb"> + <li><%= link_to "Script Listings Index", script_listings_path %></li> + <li><%= link_to "Licence Index", script_licences_path %></li> + <li class="active"><%= yield(:phc_title_tagline) %></li> + </ul> + + <!-- Page Title --> + <h3 class="page-title"> + <%= yield(:phc_title) %> </br> + <small><%= yield(:phc_title_tagline) %></small> + </h3> + +</div> + <div class="btn-group" role="group" aria-label="licence_button_group"> <%= link_to 'Edit', edit_script_licence_path(@script_licence), class: "btn btn-primary" %> <%= link_to 'Destroy', script_licence_path(@script_licence), method: :delete, data: { confirm: 'Are you sure?' }, class: "btn btn-primary" %> </div>