tracks/app/views/stats/actions_done_last_years.html.erb

3 lines
264 B
Text
Raw Normal View History

<%= 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.