From fceb5a75034c7be0b5f3655f189846ff4b27d0f9 Mon Sep 17 00:00:00 2001 From: Reinier Balt Date: Mon, 25 Aug 2008 15:43:05 +0200 Subject: [PATCH] also add # as access key to mobile form for new todo forgot this when I added access key to mobile edit form --- 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 17144323..2dfe0fd7 100644 --- a/app/views/todos/new.m.erb +++ b/app/views/todos/new.m.erb @@ -1,5 +1,5 @@ <% form_tag formatted_todos_path(:m), :method => :post do %> <%= render :partial => 'edit_mobile' %> -

+

<% end -%> <%= link_to "Back", @return_path %> \ No newline at end of file