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
6
app/views/admin/events/events.csv.haml
Normal file
6
app/views/admin/events/events.csv.haml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
- 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'
|
||||
Loading…
Add table
Add a link
Reference in a new issue