mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-03 06:21:49 +01:00
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:
parent
3175f8fc24
commit
a5967a6413
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue