Skip to content

Commit

Permalink
Merge pull request #1203 from desantonop/datatable
Browse files Browse the repository at this point in the history
Makes admin/tickets#index datatable
  • Loading branch information
differentreality committed Sep 29, 2016
2 parents 0b77fd4 + cfdf4e3 commit 0b6550d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/admin/tickets/index.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- if @conference.tickets.any?
.row
.col-md-12
%table.table.table-hover#tickets
%table.table.table-hover.datatable#tickets
%thead
%th Title
%th Price
Expand Down

0 comments on commit 0b6550d

Please sign in to comment.