mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-30 20:55:17 +01:00
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:
parent
cc78e8b58b
commit
6487400f07
1 changed files with 1 additions and 1 deletions
|
|
@ -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 )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue