<%= content_for(:head) do %> <%= javascript_include_tag "highcharts/highcharts", "highcharts/themes/gray", "highcharts/modules/exporting" %> <% end %>
<%= @voteable.title %>
<%= link_to t('manage.sunrise.votes.view'), manage_ballot_box_votes_path( voteable_scope(@voteable) ) %> <% if @min_created_at %>
MIN: <%= @min_created_at.strftime('%d.%m.%Y %H:%M') %>
MAX: <%= @max_created_at.strftime('%d.%m.%Y %H:%M') %>
<% end %>