mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-22 23:24:07 +01:00
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:
parent
4f66e463bd
commit
3146fa6bd1
2 changed files with 6 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue