tracks/app/views/projects/_mobile_project_listing.rhtml
Eric Allen 18dfe4dbfb Missed some formatted_ helpers not covered by tests
Selenium tests now passing completely
2009-12-07 23:16:21 -05:00

4 lines
205 B
Text

<% 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>