xlsx export for registrations list

This commit is contained in:
Ancor Gonzalez Sosa 2013-07-16 09:47:23 +02:00
parent b9cd54a256
commit 9af4393928
6 changed files with 47 additions and 13 deletions

View file

@ -3,14 +3,14 @@
.pull-right{:style=>"margin-top:20px; margin-bottom:20px;"}
= link_to "New", admin_users_new_path(@conference.short_title), :class => "btn btn-primary"
= link_to "Export PDF", admin_conference_registrations_path(@conference.short_title, :format => :pdf), :class => "btn btn-success"
= link_to "Export xlsx", {:format => :xlsx}, :class => "btn btn-success"
.row-fluid
.span12
%h2
Registrations
- if @registrations
= "(#{@registrations.length})"
- if @attended
= " - Attended (#{@attended.length})"
= " - Attended (#{@attended})"
%table.table.table-striped.table-bordered.table-hover#registrations
%thead
%th
@ -49,4 +49,4 @@
"bPaginate": false,
"bLengthChange": false
} );
} );
} );