mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-16 06:05:29 +01:00
9 lines
404 B
Text
Executable file
9 lines
404 B
Text
Executable file
<% @context_charts.each do |chart| %><%=
|
|
render :partial => 'chart', :locals => {:chart => chart}
|
|
-%><% end %>
|
|
|
|
<br style="clear:both">
|
|
|
|
<%= render :partial => 'contexts_list', :locals => {:contexts => @actions_per_context, :key => 'contexts'} -%>
|
|
|
|
<%= render :partial => 'contexts_list', :locals => {:contexts => @running_actions_per_context, :key => 'visible_contexts_with_incomplete_actions'} -%>
|