diff --git a/app/views/projects/_mobile_project_listing.rhtml b/app/views/projects/_mobile_project_listing.rhtml index 440536bb..710128bb 100644 --- a/app/views/projects/_mobile_project_listing.rhtml +++ b/app/views/projects/_mobile_project_listing.rhtml @@ -1,4 +1,4 @@ <% project = mobile_project_listing -%>
<%= link_to(project.name, project_path(project, :format => 'm')) + - " (" + count_undone_todos_and_notes_phrase(project,"actions") + ")" %>
+ " (" + count_undone_todos_and_notes_phrase(project) + ")" %>