tracks/app/views/contexts/_mobile_context_listing.rhtml

2 lines
181 B
Text

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