app/views/phcscriptcdnpro/script/licences/show.html.erb in phcscriptcdnpro-72.2.0 vs app/views/phcscriptcdnpro/script/licences/show.html.erb in phcscriptcdnpro-73.0.0
- old
+ new
@@ -1,59 +1,52 @@
<!-- Title System -->
<% phc_title "Script Listings Manager" %>
<% phc_title_tagline "Script Licence Details" %>
-<% phc_breadcrumb_one link_to "Script Licence Index", phcscriptcdnpro.script_licences_path %>
-<% phc_breadcrumb_two yield(:phc_title_tagline) %>
+<% phc_breadcrumb_one link_to "Script Index", phcscriptcdnpro.script_listings_path %>
+<% phc_breadcrumb_two link_to "Script Licence Index", phcscriptcdnpro.script_licences_path %>
+<% phc_breadcrumb_three yield(:phc_title_tagline) %>
<!-- Title System -->
+<!-- Page Bradcrumbs -->
+<ol class="breadcrumb pull-right">
+ <li class="breadcrumb-item"><%= yield(:phc_breadcrumb_one) %></li>
+ <li class="breadcrumb-item"><%= yield(:phc_breadcrumb_two) %></li>
+ <li class="breadcrumb-item active"><%= yield(:phc_breadcrumb_three) %></li>
+</ol>
+<!-- Page Bradcrumbs -->
+
<!-- Page Header -->
-<div class="row wrapper border-bottom white-bg page-heading">
- <div class="col-sm-8">
- <h2><%= yield(:phc_title) %></h2>
- <!-- Bread Crumb -->
- <ol class="breadcrumb">
- <li><%= yield(:phc_breadcrumb_one) %></li>
- <li class="active"><%= yield(:phc_breadcrumb_two) %></li>
- </ol>
- <!-- Bread Crumb -->
- </div>
- <div class="col-sm-4">
- <div class="title-action">
- <%= link_to phcscriptcdnpro.script_licences_path, class: "btn btn-primary" do %>
- <i class="fa fa-plus"></i> Back to Script Licence Index
- <% end %>
- </div>
- </div>
-</div>
+<h1 class="page-header"><%= yield(:phc_title) %></h1>
<!-- Page Header -->
<!-- Page Content -->
-<div class="wrapper wrapper-content animated fadeInRight">
- <div class="row">
- <div class="col-lg-12">
+<div class="row">
- <div class="ibox float-e-margins">
- <div class="ibox-title">
- <h5><%= yield(:phc_title_tagline) %></h5>
- <div class="ibox-tools">
- <a class="collapse-link">
- <i class="fa fa-chevron-up"></i>
- </a>
- <a class="close-link">
- <i class="fa fa-times"></i>
- </a>
- </div>
- </div>
- <div class="ibox-content">
+ <!-- Button Panel -->
+ <div class="col-lg-4">
- <div class="btn-group" role="group" aria-label="licence_button_group">
- <%= link_to 'Edit', edit_script_licence_path, class: "btn btn-primary" %>
- <%= link_to 'Destroy', script_licence_path, method: :delete, data: { confirm: 'Are you sure?' }, class: "btn btn-danger" %>
- </div>
-
+ <div class="panel panel-inverse">
+ <div class="panel-heading">
+ <div class="panel-heading-btn">
</div>
</div>
+ <div class="panel-body">
+ <div class="btn-group d-flex" role="group">
+ <%= link_to 'Update', phcscriptcdnpro.edit_script_licence_path, class: "btn btn-primary" %>
+ <%= link_to 'Remove', phcscriptcdnpro.script_licence_path, method: :delete, data: { confirm: 'Are you sure?' }, class: "btn btn-danger" %>
+ </div>
+
+ </div>
</div>
+
</div>
+ <!-- Button Panel -->
+
+ <!-- Main Panel -->
+ <div class="col-lg-8">
+
+ </div>
+ <!-- Main Panel -->
+
</div>
<!-- Page Content -->