tracks/app/views/todos/new.m.erb
Reinier Balt fceb5a7503 also add # as access key to mobile form for new todo
forgot this when I added access key to mobile edit form
2008-08-25 15:43:05 +02:00

5 lines
No EOL
224 B
Text

<% form_tag formatted_todos_path(:m), :method => :post do %>
<%= render :partial => 'edit_mobile' %>
<p><input type="submit" value="Create" tabindex="6" accesskey="#" /></p>
<% end -%>
<%= link_to "Back", @return_path %>