tracks/app/views/stats/actions_done_last_years.html.erb
Reinier Balt 44f8646881 adds chart to see all actions in all past months
This one is a bit hidden. You need to click on a bar in the chart
with the actions from the last 12 months. Need to change this so
people can find it easier
2008-07-04 17:56:59 +02:00

2 lines
264 B
Text

<%= render :partial => 'chart', :locals => {:width => @chart_width, :height => @chart_height, :data => url_for(:action => :actions_done_lastyears_data)} -%>
Click <%=link_to "here", {:controller => "stats", :action => "index"} %> to return to the statistics page.