Applied lolindrath's patch to fix #81: adding/editing next actions should work OK in Opera 8.02 (Windows). I don't have this browser, so let me know if this fix works. Doesn't seem to break anything else. Thanks, lolindrath.

git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@140 a4c988fc-2ded-0310-b66e-134b36920a42
This commit is contained in:
bsag 2005-08-27 11:13:36 +00:00
parent cc78e8b58b
commit 6487400f07

View file

@ -53,7 +53,7 @@ module TodoHelper
:loading => "new Effect2.Fade('done-item-#{item.id}-container', true)",
:url => { :controller => "todo", :action => "destroy_action", :id => item.id },
:confirm => "Are you sure that you want to delete the action \'#{item.description}\'?" ) +
image_tag("blank") + " "
"<a>" + image_tag("blank") + "</a> "
end
def toggle_show_notes( item )