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