mirror of
https://github.com/TracksApp/tracks.git
synced 2026-04-17 17:54:35 +02:00
Forgot one. From reopened #662. Thanks pmwilson
git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@738 a4c988fc-2ded-0310-b66e-134b36920a42
This commit is contained in:
parent
b9de049846
commit
130f06f642
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ Of those <%= @contexts.count(:conditions => ["hide = ?", false])%> are visible c
|
||||||
<%= @contexts.count(:conditions => ["hide = ?", true]) %> are hidden contexts
|
<%= @contexts.count(:conditions => ["hide = ?", true]) %> are hidden contexts
|
||||||
|
|
||||||
<% unless @actions.empty? -%>
|
<% unless @actions.empty? -%>
|
||||||
<p>You have <%= @actions.count(:conditions => "completed_at IS NULL") %> incompleted actions of which
|
<p>You have <%= @actions.count(:conditions => "completed_at IS NULL") %> incomplete actions of which
|
||||||
<%= @actions.count(:conditions => "completed_at IS NULL AND NOT show_from IS NULL") %> are
|
<%= @actions.count(:conditions => "completed_at IS NULL AND NOT show_from IS NULL") %> are
|
||||||
deferred actions. </p>
|
deferred actions. </p>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue