added events, confirmed events and events with comments export features with xlsx, pdf and csv format
This commit is contained in:
parent
3da3fcccbb
commit
68d447f023
14 changed files with 245 additions and 67 deletions
7
app/views/admin/events/events.pdf.prawn
Normal file
7
app/views/admin/events/events.pdf.prawn
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
if @event_export_option == 'confirmed'
|
||||
render 'confirmed_events'
|
||||
elsif @event_export_option == 'all'
|
||||
render 'all_events'
|
||||
elsif @event_export_option == 'all_with_comments'
|
||||
render 'all_with_comments'
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue