mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
fix regressions in cucumber tests. Add basis test for notes page
This commit is contained in:
parent
82bb67f518
commit
e03c521314
3 changed files with 8 additions and 13 deletions
|
|
@ -108,7 +108,7 @@ module ApplicationHelper
|
|||
end
|
||||
|
||||
def link_to_edit_note (note, descriptor = sanitize(note.id.to_s))
|
||||
link_to(descriptor, edit_notes_path(note),
|
||||
link_to(descriptor, edit_note_path(note),
|
||||
{:id => "link_edit_#{dom_id(note)}", :class => "note_edit_settings"})
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue