tracks/app/views/contexts/_mobile_context_listing.rhtml

3 lines
191 B
Text
Raw Normal View History

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