also add # as access key to mobile form for new todo

forgot this when I added access key to mobile edit form
This commit is contained in:
Reinier Balt 2008-08-25 15:43:05 +02:00
parent 5605d9b546
commit fceb5a7503

View file

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