mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-03 15:58:50 +01:00
fixing extra argument on mobile projects page
This commit is contained in:
parent
c0161ecfc5
commit
343a4a5846
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue