mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-14 04:04:03 +00:00
Statistics on top of Events#index
This commit is contained in:
parent
f5e52e3855
commit
f5701f2e77
3 changed files with 24 additions and 0 deletions
|
|
@ -21,6 +21,9 @@ module Admin
|
|||
@difficulty_levels = @program.difficulty_levels
|
||||
@machine_states = @events.state_machine.states.map
|
||||
@event_types = @program.event_types
|
||||
@tracks_distribution_confirmed = @conference.tracks_distribution(:confirmed)
|
||||
@event_distribution = @conference.event_distribution
|
||||
@scheduled_event_distribution = @conference.scheduled_event_distribution
|
||||
|
||||
@mystates = []
|
||||
@mytypes = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue