Removed redundant </div> tag. Fixes #1041

pull/504/merge
Jordan Wright 2018-04-20 20:47:29 -05:00
parent 0b91404c4f
commit e1d5c809b2
No known key found for this signature in database
GPG Key ID: 138D5AD2331B3C11
1 changed files with 20 additions and 21 deletions

View File

@ -102,28 +102,27 @@
</div>
</div>
</div>
<div class="row">
<h2>Details</h2>
<table id="resultsTable" class="table">
<thead>
<tr>
<th>Result ID</th>
<th class="no-sort"></th>
<th>First Name</th>
<th>Last Name</th>
<th>Email</th>
<th>Position</th>
<th>Status</th>
<th class="text-center">Reported</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
</div>
<div class="row">
<h2>Details</h2>
<table id="resultsTable" class="table">
<thead>
<tr>
<th>Result ID</th>
<th class="no-sort"></th>
<th>First Name</th>
<th>Last Name</th>
<th>Email</th>
<th>Position</th>
<th>Status</th>
<th class="text-center">Reported</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
</div>
<div id="flashes" class="row"></div>
<div id="flashes" class="row"></div>
</div>
{{end}} {{define "scripts"}}
<script src="/js/dist/app/campaign_results.min.js"></script>