tracks/app/views/contexts/_mobile_context_listing.rhtml

2 lines
188 B
Text
Raw Normal View History

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