fixing extra argument on mobile projects page

This commit is contained in:
Tim Madden 2012-04-16 09:45:22 -05:00 committed by Reinier Balt
parent 2894a6de47
commit 49c0ca6809

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>