visual changes
This commit is contained in:
parent
c68126ab1f
commit
ca8759bc10
3 changed files with 105 additions and 89 deletions
|
|
@ -1,7 +1,7 @@
|
|||
- count =0
|
||||
%h3
|
||||
Speakers (#{@speakers.length})
|
||||
%table.table.table-striped.table-bordered.table-hover#events
|
||||
%table.table.table-striped.table-bordered.table-hover#speakertable
|
||||
%thead
|
||||
%th
|
||||
ID
|
||||
|
|
@ -33,4 +33,11 @@
|
|||
- elsif field == 'arrival' || field == 'departure'
|
||||
= getdatetime(reg, field)
|
||||
- else
|
||||
= reg.send(field.to_sym)
|
||||
= reg.send(field.to_sym)
|
||||
|
||||
:javascript
|
||||
$(document).ready(function(){
|
||||
$('#speakertable').dataTable({
|
||||
"bPaginate": false
|
||||
});
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue