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:
parent
494d9a6add
commit
b6a7b8b120
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue