export feature for tracks and booths are done
This commit is contained in:
parent
be1992a03a
commit
e99287d18a
22 changed files with 418 additions and 3 deletions
5
app/views/admin/tracks/tracks.pdf.prawn
Normal file
5
app/views/admin/tracks/tracks.pdf.prawn
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
if @track_export_option == 'confirmed'
|
||||
render 'confirmed_tracks'
|
||||
elsif @track_export_option == 'all'
|
||||
render 'all_tracks'
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue