refactor dependency cucumber feature to use css. This saves us the extra id on the todo element that I added in the previous commit.

This commit is contained in:
Reinier Balt 2010-03-25 16:34:01 +01:00
parent 4f66e463bd
commit 3146fa6bd1
2 changed files with 6 additions and 4 deletions

View file

@ -122,7 +122,7 @@ module TodosHelper
:title => 'Drag onto another action to make it depend on that action',
:class => 'grip') +
image_tag('blank.png', :width => 16, :height => 16, :border => 0,
:id => "successor_target_#{@todo.id}", :title => "Drop an action to make it depend on this action", :class => 'successor_target')
:title => "Drop an action to make it depend on this action", :class => 'successor_target')
end
end