mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-03 22:41:48 +01:00
git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@791 a4c988fc-2ded-0310-b66e-134b36920a42
8 lines
No EOL
251 B
Text
8 lines
No EOL
251 B
Text
<%
|
|
context = text_context
|
|
todos_in_context = todos.select { |t| t.context_id == context.id }
|
|
if todos_in_context.length > 0
|
|
-%>
|
|
<%= context.name.upcase %>:
|
|
<%= render :partial => "todos/text_todo", :collection => todos_in_context -%>
|
|
<% end -%> |