fix some whitespace issues with text feed

This commit is contained in:
Reinier Balt 2008-08-01 15:01:42 +02:00
parent 8ede8030d3
commit dcac7611ed
2 changed files with 24 additions and 25 deletions

View file

@ -2,5 +2,4 @@
<%= p.name.upcase -%>
<% actions = p.todos.select { |t| t.active? } -%>
<%= render :partial => "todos/text_todo", :collection => actions -%>
<% end -%>