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} )