mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-19 07:26:10 +01:00
18 lines
No EOL
804 B
Text
18 lines
No EOL
804 B
Text
<%= render :partial => 'chart', :locals => {:width => @chart_width, :height => @chart_height, :data => url_for(:action => @chart_name)} -%>
|
|
<br/>
|
|
<p>Click on a bar in the chart to update the actions below. Click <%=link_to "here", {:controller => "stats", :action => "index"} %> to return to the statistics page</p>
|
|
<br/>
|
|
<div class="container tickler" id="tickler_container">
|
|
<h2>
|
|
<%= @page_title -%>
|
|
</h2>
|
|
|
|
<div id="tickler" class="items toggle_target">
|
|
<div id="tickler-empty-nd" style="display:<%= @selected_actions.empty? ? 'block' : 'none'%>;">
|
|
<div class="message"><p>There are no actions selected</p></div>
|
|
</div>
|
|
|
|
<%= render :partial => "todos/todo", :collection => @selected_actions, :locals => { :parent_container_type => 'stats' } %>
|
|
|
|
</div>
|
|
</div> |