fixing extra argument on mobile projects page

This commit is contained in:
Tim Madden 2012-04-16 09:45:22 -05:00 committed by tim madden
parent c0161ecfc5
commit 343a4a5846

View file

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