fixes #718. The link included the number of actions which resulted from last commit

git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@860 a4c988fc-2ded-0310-b66e-134b36920a42
This commit is contained in:
lrbalt 2008-05-28 15:04:26 +00:00
parent 7936277455
commit 54841fd044

View file

@ -1,4 +1,4 @@
<% project = mobile_project_listing -%>
<div id="pjr"><%=
link_to project.name, formatted_project_path(project) +
link_to(project.name, formatted_project_path(project)) +
" (" + count_undone_todos_and_notes_phrase(project,"actions") + ")" %></div>