app/views/phcpress/modules/connections/index.html.erb in phcpress-6.7.3 vs app/views/phcpress/modules/connections/index.html.erb in phcpress-7.0.0
- old
+ new
@@ -24,10 +24,11 @@
<div class="box-header with-border">
<h3 class="box-title"><%= yield(:phc_title) %></h3>
</div>
<div class="box-body">
+ <!-- Index Table -->
<div class="table-responsive">
<table class="table table-bordered table-striped table-hover">
<thead>
<tr>
<th>Category</th>
@@ -47,13 +48,17 @@
</tr>
<% end %>
</tbody>
</table>
</div>
+ <!-- Index Table -->
+
+ <!-- Panel Footer -->
<div class="box-footer clearfix">
<%= link_to 'New Connection', new_modules_connection_path, class: "btn btn-primary" %>
</div>
-
+ <!-- Panel Footer -->
+
</div>
</div>
</div>
</div>
</section>
\ No newline at end of file