diff --git a/app/views/contexts/_text_context.rhtml b/app/views/contexts/_text_context.rhtml index 31927ff3..f857f1d2 100644 --- a/app/views/contexts/_text_context.rhtml +++ b/app/views/contexts/_text_context.rhtml @@ -2,7 +2,6 @@ context = text_context todos_in_context = todos.select { |t| t.context_id == context.id } if todos_in_context.length > 0 --%> -<%= context.name.upcase %>: +-%> <%= context.name.upcase %>: <%= render :partial => "todos/text_todo", :collection => todos_in_context -%> <% end -%> \ No newline at end of file