Fixes #626. Removes unwanted whitespace. Thanks Peter.

git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@699 a4c988fc-2ded-0310-b66e-134b36920a42
This commit is contained in:
lrbalt 2008-01-18 15:35:43 +00:00
parent 57d3d4a6ff
commit be2f8c50a4

View file

@ -3,6 +3,6 @@ context = text_context
todos_in_context = todos.select { |t| t.context_id == context.id }
if todos_in_context.length > 0
%>
<%= context.name.upcase %>:
<% end -%>
<%= render :partial => "todos/text_todo", :collection => todos_in_context -%>
<%= context.name.upcase %>:
<%= render :partial => "todos/text_todo", :collection => todos_in_context -%>
<% end -%>