From 54841fd04463b901a039ef2a6b29db503ede1e69 Mon Sep 17 00:00:00 2001 From: lrbalt Date: Wed, 28 May 2008 15:04:26 +0000 Subject: [PATCH] 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 --- tracks/app/views/projects/_mobile_project_listing.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tracks/app/views/projects/_mobile_project_listing.rhtml b/tracks/app/views/projects/_mobile_project_listing.rhtml index 803d2d8c..167854bb 100644 --- a/tracks/app/views/projects/_mobile_project_listing.rhtml +++ b/tracks/app/views/projects/_mobile_project_listing.rhtml @@ -1,4 +1,4 @@ <% project = mobile_project_listing -%>
<%= - link_to project.name, formatted_project_path(project) + + link_to(project.name, formatted_project_path(project)) + " (" + count_undone_todos_and_notes_phrase(project,"actions") + ")" %>
\ No newline at end of file