app/views/phcscriptcdnpro/script/licences/index.html.erb in phcscriptcdnpro-5.1.0 vs app/views/phcscriptcdnpro/script/licences/index.html.erb in phcscriptcdnpro-5.1.1
- old
+ new
@@ -1,17 +1,16 @@
<!-- Title System -->
-<% phc_title "Script Listing Manager" %>
+<% phc_title "Script Listings Manager" %>
<% phc_title_tagline "Script Licence Index" %>
<!-- Title System -->
<!-- Page Header -->
<div class="row wrapper border-bottom white-bg page-heading">
<div class="col-sm-4">
<h2><%= yield(:phc_title) %></h2>
<!-- Bread Crumb -->
<ol class="breadcrumb">
- <li><%= link_to "Script Listing Index", phcscriptcdnpro.script_listings_path %></li>
<li class="active"><%= yield(:phc_title_tagline) %></li>
</ol>
</div>
<div class="col-sm-8">
<div class="title-action">
@@ -25,10 +24,11 @@
<!-- Page Content -->
<div class="wrapper wrapper-content animated fadeInRight">
<div class="row">
<div class="col-lg-12">
+
<div class="ibox float-e-margins">
<div class="ibox-title">
<h5><%= yield(:phc_title_tagline) %></h5>
<div class="ibox-tools">
<a class="collapse-link">
@@ -38,10 +38,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>Licence Name</th>
@@ -65,12 +66,15 @@
<td><%= link_to script_licence.lcncarvlfedora, script_licence %></td>
</tr>
<% end %>
</tbody>
</table>
+
</div>
</div>
+
</div>
</div>
</div>
+
</div>
<!-- Page Content -->