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

10 lines
404 B
Text
Raw Normal View History

<% @context_charts.each do |chart| %><%=
render :partial => 'chart', :locals => {:chart => chart}
-%><% end %>
<br style="clear:both">
2013-03-02 09:54:46 -05:00
<%= render :partial => 'contexts_list', :locals => {:contexts => @actions_per_context, :key => 'contexts'} -%>
2013-03-02 09:54:46 -05:00
<%= render :partial => 'contexts_list', :locals => {:contexts => @running_actions_per_context, :key => 'visible_contexts_with_incomplete_actions'} -%>