Totals
<%= render :partial => 'totals' -%>
<% unless @actions.empty? -%>
Actions
<%= render :partial => 'actions' -%>
Contexts
<%= render :partial => 'contexts' -%>
Projects
<%= render :partial => 'projects' -%>
Tags
<%= render :partial => 'tags' -%>
<% else -%>
More statistics will appear here once you have added some actions.
<% end -%>