Minor change made to the 'empty' message on the tag page to reflect the fact that the completed actions section is now filtered to show only actions with the selected tag.

git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@539 a4c988fc-2ded-0310-b66e-134b36920a42
This commit is contained in:
bsag 2007-05-06 12:00:57 +00:00
parent 3175f8fc24
commit a5967a6413

View file

@ -3,7 +3,7 @@
<h2>
No actions found
</h2>
<div class="message"><p>Currently there are no incomplete actions with the tag '<%= @tag %>', but the tag exists, so you may have completed actions with that tag.</p></div>
<div class="message"><p>Currently there are no incomplete actions with the tag '<%= @tag %>'</p></div>
</div>
<%= render :partial => "contexts/context", :collection => @contexts_to_show,