Delint some more
This commit is contained in:
parent
de607fc262
commit
81b963ddc8
2 changed files with 2 additions and 4 deletions
|
|
@ -66,8 +66,8 @@ module EventsHelper
|
|||
"#{type.title} - #{show_time(type.length)}",
|
||||
type.id,
|
||||
data: {
|
||||
min_words: type.minimum_abstract_length,
|
||||
max_words: type.maximum_abstract_length,
|
||||
min_words: type.minimum_abstract_length,
|
||||
max_words: type.maximum_abstract_length,
|
||||
instructions: type.submission_instructions
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -60,11 +60,9 @@
|
|||
= render 'donut_chart', title: 'Event types',
|
||||
combined_data: @event_type_distribution
|
||||
.col-md-4
|
||||
-#
|
||||
= render 'donut_chart', title: 'Difficulty levels',
|
||||
combined_data: @difficulty_levels_distribution
|
||||
.col-md-4
|
||||
-#
|
||||
= render 'donut_chart', title: 'Tracks',
|
||||
combined_data: @tracks_distribution
|
||||
-# .tab-pane#distribution_withdrawn
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue