Delint some more

This commit is contained in:
Michael Ball 2021-03-24 02:50:44 -07:00
parent de607fc262
commit 81b963ddc8
2 changed files with 2 additions and 4 deletions

View file

@ -66,8 +66,8 @@ module EventsHelper
"#{type.title} - #{show_time(type.length)}", "#{type.title} - #{show_time(type.length)}",
type.id, type.id,
data: { data: {
min_words: type.minimum_abstract_length, min_words: type.minimum_abstract_length,
max_words: type.maximum_abstract_length, max_words: type.maximum_abstract_length,
instructions: type.submission_instructions instructions: type.submission_instructions
} }
] ]

View file

@ -60,11 +60,9 @@
= render 'donut_chart', title: 'Event types', = render 'donut_chart', title: 'Event types',
combined_data: @event_type_distribution combined_data: @event_type_distribution
.col-md-4 .col-md-4
-#
= render 'donut_chart', title: 'Difficulty levels', = render 'donut_chart', title: 'Difficulty levels',
combined_data: @difficulty_levels_distribution combined_data: @difficulty_levels_distribution
.col-md-4 .col-md-4
-#
= render 'donut_chart', title: 'Tracks', = render 'donut_chart', title: 'Tracks',
combined_data: @tracks_distribution combined_data: @tracks_distribution
-# .tab-pane#distribution_withdrawn -# .tab-pane#distribution_withdrawn