app/views/phcscriptcdnpro/script/licences/show.html.erb in phcscriptcdnpro-3.3.1 vs app/views/phcscriptcdnpro/script/licences/show.html.erb in phcscriptcdnpro-3.3.3

- old
+ new

@@ -18,9 +18,33 @@ <%= yield(:phc_title) %> </br> <small><%= yield(:phc_title_tagline) %></small> </h3> <!-- Main Content --> -<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 class="row"> + <div class="col-lg-12"> + + <div class="portlet light"> + + <div class="portlet-title"> + + <div class="caption"> + <span class="caption-subject bold uppercase"><%= yield(:phc_title_tagline) %></span> + </div> + <div class="actions"> + </div> + + </div> + + <div class="portlet-body"> + + <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-danger" %> + </div> + + </div> + + </div> + + </div> </div>