From 6e8ea419f97151337dbf986143537f11b0d701d5 Mon Sep 17 00:00:00 2001 From: Reinier Balt Date: Tue, 19 Aug 2008 22:24:00 +0200 Subject: [PATCH] add accesskey to submit button in mobile view in mobile view when you edit an action, pressing # will submit changes --- app/views/todos/show.m.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/todos/show.m.erb b/app/views/todos/show.m.erb index c09ac503..004b94f6 100644 --- a/app/views/todos/show.m.erb +++ b/app/views/todos/show.m.erb @@ -1,5 +1,5 @@ <% form_tag formatted_todo_path(@todo, :m), :method => :put do %> <%= render :partial => 'edit_mobile', :locals => { :parent_container_type => "show_mobile" } %> -

+

<% end -%> <%= link_to "Cancel", @return_path %>