tracks/app/views/contexts/_context_listing.m.erb
2012-05-12 13:37:36 +02:00

2 lines
179 B
Text

<% context = context_listing -%>
<div id="ctx"><%= link_to context.name, context_path(context, :format => 'm') %><%= " (#{count_undone_todos_phrase(context)})".html_safe %></div>