mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-25 19:48:48 +01:00
This one is a bit hidden. You need to click on a bar in the chart with the actions from the last 12 months. Need to change this so people can find it easier
30 lines
No EOL
515 B
Text
Executable file
30 lines
No EOL
515 B
Text
Executable file
<div class="stats_content">
|
|
<h2>Totals</h2>
|
|
|
|
<%= render :partial => 'totals' -%>
|
|
|
|
<% unless @actions.empty? -%>
|
|
|
|
<h2>Actions</h2>
|
|
|
|
<%= render :partial => 'actions' -%>
|
|
|
|
<h2>Contexts</h2>
|
|
|
|
<%= render :partial => 'contexts' -%>
|
|
|
|
<h2>Projects</h2>
|
|
|
|
<%= render :partial => 'projects' -%>
|
|
|
|
<h2>Tags</h2>
|
|
|
|
<%= render :partial => 'tags' -%>
|
|
|
|
<% else -%>
|
|
|
|
<p>More statistics will appear here once you have added some actions.</p>
|
|
|
|
<% end -%>
|
|
|
|
</div> |