Missed some formatted_ helpers not covered by tests

Selenium tests now passing completely
This commit is contained in:
Eric Allen 2009-12-07 23:16:21 -05:00
parent 828201dfe0
commit 18dfe4dbfb
9 changed files with 13 additions and 13 deletions

View file

@ -1,2 +1,2 @@
<% context = mobile_context_listing -%>
<div id="ctx"><%= link_to context.name, formatted_context_path(context, :m) %><%= " (" + count_undone_todos_phrase(context,"actions") + ")" %></div>
<div id="ctx"><%= link_to context.name, context_path(context, :format => 'm') %><%= " (" + count_undone_todos_phrase(context,"actions") + ")" %></div>