mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-07 01:38:50 +01:00
add partial feature for notes. needs to be finished
This commit is contained in:
parent
2073f84cd8
commit
149d05e04f
4 changed files with 189 additions and 2 deletions
|
|
@ -12,6 +12,8 @@ module NavigationHelpers
|
|||
"/users/new"
|
||||
when /the login page/
|
||||
login_path
|
||||
when /the notes page/
|
||||
notes_path
|
||||
|
||||
# Add more page name => path mappings here
|
||||
|
||||
|
|
@ -22,4 +24,4 @@ module NavigationHelpers
|
|||
end
|
||||
end
|
||||
|
||||
World(NavigationHelpers)
|
||||
World(NavigationHelpers)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue