mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-01 06:48:49 +01:00
30 lines
No EOL
443 B
Text
Executable file
30 lines
No EOL
443 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> |