Mobile task creation redirected to non-mobile results page.

This commit is contained in:
Stefan Hacker 2012-10-05 17:55:13 +02:00
parent 33c3c578f6
commit a7014e9716

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' %>
<p><input type="submit" value="<%= t('common.create') %>" tabindex="12" accesskey="#" /></p>
<% end -%>