From 56d8d04337bba670d05e14eeb5bf7bc1b2edb44a Mon Sep 17 00:00:00 2001 From: Reinier Balt Date: Tue, 8 Feb 2011 09:24:56 +0100 Subject: [PATCH] fix #1096 where the title of project was incorrectly set to context in mobile edit form --- app/views/todos/_edit_mobile.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/todos/_edit_mobile.rhtml b/app/views/todos/_edit_mobile.rhtml index dcdf0aca..fb89e382 100644 --- a/app/views/todos/_edit_mobile.rhtml +++ b/app/views/todos/_edit_mobile.rhtml @@ -19,7 +19,7 @@ else @contexts, "id", "name", @mobile_from_context.id), {"id" => :todo_context_id, :tabindex => 4} ) end %> -

+

<%= unless @mobile_from_project collection_select( "todo", "project_id", @projects, "id", "name", {:include_blank => t('todos.no_project')}, {"tabindex" => 5} )