mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
remove datatable error in admin/users#index due to submissions table
This commit is contained in:
parent
b15c1abd2e
commit
1890aece1d
1 changed files with 1 additions and 8 deletions
|
|
@ -4,7 +4,7 @@
|
|||
Submissions (#{@user.events.length}) for #{@user.name}
|
||||
.col-md-12
|
||||
.well
|
||||
%table.table.table-bordered.table-striped.table-hover#submissions
|
||||
%table.table.table-bordered.table-striped.table-hover.datatable#submissions
|
||||
%thead
|
||||
%th ID
|
||||
%th Conference
|
||||
|
|
@ -30,10 +30,3 @@
|
|||
- else
|
||||
= label_tag 'label_rating', '', class: 'avgrating'
|
||||
%td= event.created_at
|
||||
|
||||
:javascript
|
||||
$(document).ready(function() {
|
||||
$('#submissions').dataTable( {
|
||||
"bPaginate": false
|
||||
} );
|
||||
} );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue