mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-15 20:54:03 +00:00
7 lines
216 B
Text
7 lines
216 B
Text
|
|
- 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'
|