From 343a4a584675b0221017945b4f0ca00ad065b2a0 Mon Sep 17 00:00:00 2001 From: Tim Madden Date: Mon, 16 Apr 2012 09:45:22 -0500 Subject: [PATCH] fixing extra argument on mobile projects page --- app/views/projects/_mobile_project_listing.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) + ")" %>