From a7014e971643af9125dc3ab53bd4a3d9c9c564e8 Mon Sep 17 00:00:00 2001 From: Stefan Hacker Date: Fri, 5 Oct 2012 17:55:13 +0200 Subject: [PATCH] Mobile task creation redirected to non-mobile results page. --- app/views/todos/new.m.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/todos/new.m.erb b/app/views/todos/new.m.erb index a9761b11..028b9301 100644 --- a/app/views/todos/new.m.erb +++ b/app/views/todos/new.m.erb @@ -1,4 +1,4 @@ -<%= form_tag todos_path, :method => :post do %> +<%= form_tag todos_path(:format => 'm'), :method => :post do %> <%= render :partial => 'edit_form' %>

<% end -%>