Clean up trailing and leading whitespace
This commit is contained in:
@@ -6,11 +6,11 @@
|
||||
</form>
|
||||
|
||||
<div id="dt_example" class="example_alt_pagination">
|
||||
<table class="table table-striped table-hover table-bordered pull-left" id="data-table">
|
||||
<table class="table table-striped table-hover table-bordered pull-left" id="data-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<%
|
||||
count = (params[:field] ? params[:field].count : 3)
|
||||
<%
|
||||
count = (params[:field] ? params[:field].count : 3)
|
||||
count.times do %>
|
||||
<td> </td>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user