mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
6 lines
214 B
Text
6 lines
214 B
Text
wb = xlsx_package.workbook
|
|
if @track_export_option == 'confirmed'
|
|
render partial: 'confirmed_tracks', locals: { wb: wb }
|
|
elsif @track_export_option == 'all'
|
|
render partial: 'all_tracks', locals: { wb: wb }
|
|
end
|