app/views/phcscriptcdnpro/script/listings/index.html.erb in phcscriptcdnpro-5.1.0 vs app/views/phcscriptcdnpro/script/listings/index.html.erb in phcscriptcdnpro-5.1.1

- old
+ new

@@ -24,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"> @@ -37,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>Title</th> @@ -59,11 +61,14 @@ </tr> <% end %> </tbody> </table> </div> + </div> </div> + </div> </div> + </div> <!-- Page Content -->