diff --git a/tracks/app/views/contexts/_text_context.rhtml b/tracks/app/views/contexts/_text_context.rhtml index 104e357d..f572579a 100644 --- a/tracks/app/views/contexts/_text_context.rhtml +++ b/tracks/app/views/contexts/_text_context.rhtml @@ -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 -%> \ No newline at end of file