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

- old
+ new

@@ -1,8 +1,8 @@ <!-- Title System --> <% phc_title "Script Author" %> -<% phc_title_tagline "Script Author" %> +<% phc_title_tagline "Script Author Profile" %> <!-- Bread Crumb --> <div class="page-bar"> <ul class="page-breadcrumb"> @@ -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="author_button_group"> - <%= link_to 'Edit', edit_script_listing_author_path(@script_author), class: "btn btn-primary" %> - <%= link_to 'Destroy', script_listing_author_path(@script_author), 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="author_button_group"> + <%= link_to 'Edit', edit_script_listing_author_path(@script_author), class: "btn btn-primary" %> + <%= link_to 'Destroy', script_listing_author_path(@script_author), method: :delete, data: { confirm: 'Are you sure?' }, class: "btn btn-danger" %> + </div> + + </div> + + </div> + + </div> </div>