mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-24 11:10:12 +01:00
10 lines
397 B
Text
10 lines
397 B
Text
<% contexts.charts.each do |chart| %><%=
|
|
render :partial => 'chart', :locals => {:chart => chart}
|
|
-%><% end %>
|
|
|
|
<br style="clear:both">
|
|
|
|
<%= render :partial => 'contexts_list', :locals => {:contexts => contexts.actions, :key => 'contexts'} -%>
|
|
|
|
<%= render :partial => 'contexts_list', :locals => {:contexts => contexts.running_actions, :key => 'visible_contexts_with_incomplete_actions'} -%>
|
|
|