Set review-table class to get goodness on notification page

Flagging this as a review table means we get sorting, pagination, and
search. Much awesome, esp when we want to do this like "show me all
the ones that haven't been notified yet"
This commit is contained in:
James Polley 2017-09-17 13:12:34 +10:00
parent 494d9a6add
commit b6a7b8b120

View file

@ -42,7 +42,7 @@
<button id="next-button" type="submit" class="btn btn-primary" disabled>Next <i class="fa fa-chevron-right"></i></button>
</p>
<table class="table table-striped table-bordered">
<table class="table table-striped table-bordered table-reviews">
<thead>
<th><input type="checkbox" id="action-toggle"></th>
<th>#</th>