app/views/phcscriptcdnpro/script/versions/index.html.erb in phcscriptcdnpro-6.0.3 vs app/views/phcscriptcdnpro/script/versions/index.html.erb in phcscriptcdnpro-7.0.0
- old
+ new
@@ -1,35 +1,27 @@
<!-- Title System -->
<% phc_title "Script Listings Manager" %>
<% phc_title_tagline "Script Version Index" %>
+<% phc_breadcrumb_one yield(:phc_title_tagline) %>
<!-- Title System -->
<!-- Page Header -->
<div class="row wrapper border-bottom white-bg page-heading">
- <div class="col-sm-4">
-
- <!-- Page Title -->
+ <div class="col-sm-8">
<h2><%= yield(:phc_title) %></h2>
- <!-- Page Title -->
-
- <!-- Bread Crumbs -->
+ <!-- Bread Crumb -->
<ol class="breadcrumb">
- <li class="active"><%= yield(:phc_title_tagline) %></li>
+ <li class="active"><%= yield(:phc_breadcrumb_one) %></li>
</ol>
- <!-- Bread Crumbs -->
-
+ <!-- Bread Crumb -->
</div>
- <div class="col-sm-8">
-
- <!-- New Version Button -->
+ <div class="col-sm-4">
<div class="title-action">
<%= link_to phcscriptcdnpro.new_script_version_path, class: "btn btn-primary" do %>
<i class="fa fa-plus"></i> Create a New Script Version
<% end %>
</div>
- <!-- New Version Button -->
-
</div>
</div>
<!-- Page Header -->
<!-- Page Content -->
@@ -48,10 +40,11 @@
<i class="fa fa-times"></i>
</a>
</div>
</div>
<div class="ibox-content">
+
<div class="table-responsive">
<table class="table table-striped table-bordered table-hover dataTables-example">
<thead>
<tr>
<th>Script Version</th>
@@ -64,12 +57,13 @@
</tr>
<% end %>
</tbody>
</table>
</div>
+
</div>
</div>
</div>
</div>
</div>
-<!-- Page Content -->
+<!-- Page Content -->
\ No newline at end of file