Merge pull request #113 from dD0T/mobileredir

Mobile task creation redirected to non-mobile results page.

thanks!
This commit is contained in:
Reinier Balt 2012-10-06 00:37:13 -07:00
commit a46fee6b91

View file

@ -1,4 +1,4 @@
<%= form_tag todos_path, :method => :post do %> <%= form_tag todos_path(:format => 'm'), :method => :post do %>
<%= render :partial => 'edit_form' %> <%= render :partial => 'edit_form' %>
<p><input type="submit" value="<%= t('common.create') %>" tabindex="12" accesskey="#" /></p> <p><input type="submit" value="<%= t('common.create') %>" tabindex="12" accesskey="#" /></p>
<% end -%> <% end -%>